fix: Image and horizontal highlight on selected

This commit is contained in:
Tom Moor
2019-09-15 14:53:27 -07:00
parent e2453b5b2a
commit f43643f43b
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ export const base = {
backgroundTransition: 'background 100ms ease-in-out',
zIndex: 100,
selected: colors.primary,
buttonBackground: colors.primary,
buttonText: colors.white,
};