Skip to content

Commit 64ee7b0

Browse files
Fix tabs background
1 parent e2c02a4 commit 64ee7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<style name="Widget.App.Toolbar" parent="Widget.MaterialComponents.Toolbar.Surface" />
8484

85-
<style name="Widget.App.TabLayout" parent="Widget.MaterialComponents.TabLayout.PrimarySurface" />
85+
<style name="Widget.App.TabLayout" parent="Widget.MaterialComponents.TabLayout" />
8686

8787
<style name="Widget.App.Button.TextButton" parent="Widget.MaterialComponents.Button.TextButton">
8888
<item name="materialThemeOverlay">@style/ThemeOverlay.App.Button.TextButton</item>

0 commit comments

Comments
 (0)