fix navitem variant text wrap
This commit is contained in:
parent
664a0cfb31
commit
9b333f5126
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user