Skip to content

Commit

Permalink
Fix #6528: MeterGroup correct CSS handle style (#6534)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 1, 2024
1 parent 919c072 commit 87f61b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/metergroup/MeterGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const MeterGroup = (inProps) => {
}
});

useHandleStyle(MeterGroupBase.css.styles, isUnstyled, { name: 'progressbar' });
useHandleStyle(MeterGroupBase.css.styles, isUnstyled, { name: 'metergroup' });

let totalPercent = 0;
let precentages = [];
Expand Down

0 comments on commit 87f61b4

Please sign in to comment.