fix navitem variant text wrap

This commit is contained in:
nflnkr 2023-09-04 17:13:14 +03:00
parent 664a0cfb31
commit 9b333f5126
2 changed files with 3 additions and 1 deletions

@ -191,6 +191,7 @@ export const penaMuiTheme = createTheme({
lineHeight: "20px",
fontWeight: 500,
textTransform: "none",
whiteSpace: "nowrap",
color: "white",
backgroundColor: "rgb(0 0 0 / 0)",
"&:hover": {
@ -212,6 +213,7 @@ export const penaMuiTheme = createTheme({
lineHeight: "20px",
fontWeight: 500,
textTransform: "none",
whiteSpace: "nowrap",
color: "black",
backgroundColor: "rgb(0 0 0 / 0)",
"&:hover": {

@ -1,6 +1,6 @@
{
"name": "@frontend/kitui",
"version": "1.0.50",
"version": "1.0.51",
"description": "test",
"main": "./dist/index.js",
"module": "./dist/index.js",