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,
|
color: theme.palette.bg.dark,
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
backgroundColor: theme.palette.background.default,
|
backgroundColor: theme.palette.background.default,
|
||||||
|
border: `1px solid ${theme.palette.background.default}`,
|
||||||
},
|
},
|
||||||
"&:active": {
|
"&:active": {
|
||||||
backgroundColor: "black",
|
backgroundColor: "black",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@frontend/kitui",
|
"name": "@frontend/kitui",
|
||||||
"version": "1.0.35",
|
"version": "1.0.36",
|
||||||
"description": "test",
|
"description": "test",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"module": "./dist/index.js",
|
"module": "./dist/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user