Use background instead of background-color

This commit is contained in:
Cagatay Civici 2024-05-24 08:50:38 +03:00
parent ac95478fa6
commit d27c88c1f2
22 changed files with 43 additions and 43 deletions

View file

@ -3,7 +3,7 @@ import BaseStyle from 'primevue/base/style';
const theme = ({ dt }) => `
.p-skeleton {
overflow: hidden;
background-color: ${dt('skeleton.background')};
background: ${dt('skeleton.background')};
border-radius: ${dt('skeleton.border.radius')};
}