Skip to content

Commit

Permalink
fix(switch-thin): dual label class name
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 8, 2023
1 parent 585913f commit c8e0a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/components/switch-thin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ export default plugin.withOptions(
[`@apply text-${config.singleLabel.text} relative ms-3 cursor-pointer select-none font-${config.singleLabel.font} text-${config.singleLabel.textSize}`]:
{},
},
[`.${prefix}-switch-dual-label`]: {
[`.${prefix}-switch-thin-dual-label`]: {
[`@apply ms-3`]: {},

[`.${prefix}-switch-label`]: {
[`.${prefix}-switch-thin-label`]: {
[`@apply font-${config.dualLabel.label.font} text-${config.dualLabel.label.text} block text-${config.dualLabel.label.textSize} font-${config.dualLabel.label.fontWeight} dark:text-${config.dualLabel.label.textDark}`]:
{},
},
[`.${prefix}-switch-sublabel`]: {
[`.${prefix}-switch-thin-sublabel`]: {
[`@apply text-${config.dualLabel.sublabel.text} block font-${config.dualLabel.sublabel.font} text-${config.dualLabel.sublabel.textSize}`]:
{},
},
Expand Down

0 comments on commit c8e0a48

Please sign in to comment.