fix: zIndex of toolbar buttons

This commit is contained in:
Tom Moor
2019-07-07 11:30:15 -07:00
committed by GitHub
parent 8ac47074fe
commit 2cfdf7043b

View File

@ -46,6 +46,7 @@ export const base = {
fontWeight: 400,
link: colors.primary,
backgroundTransition: 'background 100ms ease-in-out',
zIndex: 100,
};
export const light = {