parent
96e7af8949
commit
ed723734c4
2 changed files with 33 additions and 1 deletions
@ -0,0 +1,12 @@ |
||||
import { BLACK, GREY, TEXT } from './DEFAULT_THEME'; |
||||
|
||||
const ICON_BUTTON_STYLE: Readonly<Record<string, unknown>> = { |
||||
borderRadius: 8, |
||||
backgroundColor: GREY, |
||||
'&:hover': { |
||||
backgroundColor: TEXT, |
||||
}, |
||||
color: BLACK, |
||||
}; |
||||
|
||||
export default ICON_BUTTON_STYLE; |
Loading…
Reference in new issue