Skip to content

Commit a4f1c4f

Browse files
committed
fix last color variables
1 parent 543a2f7 commit a4f1c4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/views/components/toolbar/toolbar-button.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ const buttonStyles = StyleSheet.create({
1616
borderRadius: 2,
1717
},
1818
activeButton: {
19-
backgroundColor: c.accent,
20-
borderColor: c.accent,
19+
backgroundColor: c.toolbarButtonBackground,
20+
borderColor: c.toolbarButtonBackground,
2121
},
2222
inactiveButton: {
2323
borderColor: c.iosDisabledText,
2424
},
2525
activeText: {
26-
color: c.white,
26+
color: c.toolbarButtonForeground,
2727
},
2828
inactiveText: {
2929
color: c.iosDisabledText,

0 commit comments

Comments
 (0)