fix button style

This commit is contained in:
nflnkr 2023-08-23 15:18:11 +03:00
parent b3d04f4f61
commit 732004c45d
2 changed files with 2 additions and 1 deletions

@ -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",