Fixed basic demo in metergroup

This commit is contained in:
Cagatay Civici 2024-04-01 11:46:59 +03:00
parent 9fd2a715b7
commit 0d5ced3869
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ export default {
.p-metergroup-meters {
display: flex;
background: ${dt('metergroup.meters.background.color')};
background: ${dt('metergroup.meters.background')};
border-radius: ${dt('rounded.base')};
}