We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 543a2f7 commit a4f1c4fCopy full SHA for a4f1c4f
source/views/components/toolbar/toolbar-button.js
@@ -16,14 +16,14 @@ const buttonStyles = StyleSheet.create({
16
borderRadius: 2,
17
},
18
activeButton: {
19
- backgroundColor: c.accent,
20
- borderColor: c.accent,
+ backgroundColor: c.toolbarButtonBackground,
+ borderColor: c.toolbarButtonBackground,
21
22
inactiveButton: {
23
borderColor: c.iosDisabledText,
24
25
activeText: {
26
- color: c.white,
+ color: c.toolbarButtonForeground,
27
28
inactiveText: {
29
color: c.iosDisabledText,
0 commit comments