File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/src/main/java/to/bitkit/ui/components Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ fun PrimaryButton(
108108 Modifier
109109 } else {
110110 Modifier .graphicsLayer {
111- colorFilter = ColorFilter .tint(Colors .White06 )
111+ colorFilter = ColorFilter .tint(Colors .White32 )
112112 }
113113 }
114114 ) {
@@ -169,7 +169,7 @@ fun SecondaryButton(
169169 Modifier
170170 } else {
171171 Modifier .graphicsLayer {
172- colorFilter = ColorFilter .tint(Colors .White06 )
172+ colorFilter = ColorFilter .tint(Colors .White32 )
173173 }
174174 }
175175 ) {
@@ -227,7 +227,7 @@ fun TertiaryButton(
227227 Modifier
228228 } else {
229229 Modifier .graphicsLayer {
230- colorFilter = ColorFilter .tint(Colors .White06 )
230+ colorFilter = ColorFilter .tint(Colors .White32 )
231231 }
232232 }
233233 ) {
You can’t perform that action at this time.
0 commit comments