diff --git a/lib/components/theme.ts b/lib/components/theme.ts index 9162949..efcf8ca 100644 --- a/lib/components/theme.ts +++ b/lib/components/theme.ts @@ -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", diff --git a/package.json b/package.json index 716b90b..206d32f 100644 --- a/package.json +++ b/package.json @@ -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",