File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1018,13 +1018,13 @@ theme to all buttons but does not affect other components:
1018
1018
<item name =" shapeAppearance" >@style/ShapeAppearance.App.SmallComponent</item >
1019
1019
</style >
1020
1020
1021
- <style name =" ThemeOverlay.App.Button.TextButton" parent =" " >
1022
- <item name =" colorPrimary " >@color/shrine_pink_900</item >
1021
+ <style name =" ThemeOverlay.App.Button.TextButton" parent =" ThemeOverlay.Material3.Button.TextButton " >
1022
+ <item name =" colorOnContainer " >@color/shrine_pink_900</item >
1023
1023
</style >
1024
1024
1025
- <style name =" ThemeOverlay.App.Button" parent =" " >
1026
- <item name =" colorPrimary " >@color/shrine_pink_100</item >
1027
- <item name =" colorOnPrimary " >@color/shrine_pink_900</item >
1025
+ <style name =" ThemeOverlay.App.Button" parent =" ThemeOverlay.Material3.Button " >
1026
+ <item name =" colorContainer " >@color/shrine_pink_100</item >
1027
+ <item name =" colorOnContainer " >@color/shrine_pink_900</item >
1028
1028
</style >
1029
1029
```
1030
1030
You can’t perform that action at this time.
0 commit comments