fix button style
This commit is contained in:
parent
b3d04f4f61
commit
732004c45d
@ -113,6 +113,7 @@ export const penaMuiTheme = createTheme({
|
||||
color: theme.palette.bg.dark,
|
||||
"&:hover": {
|
||||
backgroundColor: theme.palette.background.default,
|
||||
border: `1px solid ${theme.palette.background.default}`,
|
||||
},
|
||||
"&:active": {
|
||||
backgroundColor: "black",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@frontend/kitui",
|
||||
"version": "1.0.35",
|
||||
"version": "1.0.36",
|
||||
"description": "test",
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user