Renamed token name

This commit is contained in:
Cagatay Civici 2024-05-05 18:51:29 +03:00
parent 17d2ecb665
commit 57bdae3f69
13 changed files with 53 additions and 53 deletions

View file

@ -57,8 +57,8 @@ const theme = ({ dt }) => `
}
.p-menu-item.p-focus .p-menu-item-content {
color: ${dt('menu.item.hover.color')};
background: ${dt('menu.item.hover.background')};
color: ${dt('menu.item.focus.color')};
background: ${dt('menu.item.focus.background')};
}
.p-menu-item.p-focus .p-menu-item-icon {
@ -66,8 +66,8 @@ const theme = ({ dt }) => `
}
.p-menu-item:not(.p-disabled) .p-menu-item-content:hover {
color: ${dt('menu.item.hover.color')};
background: ${dt('menu.item.hover.background')};
color: ${dt('menu.item.focus.color')};
background: ${dt('menu.item.focus.background')};
}
.p-menu-item:not(.p-disabled) .p-menu-item-content:hover .p-menu-item-icon {