diff --git a/src/theme/checkbox-group.ts b/src/theme/checkbox-group.ts index 25611cb8bc..d6dd55846c 100644 --- a/src/theme/checkbox-group.ts +++ b/src/theme/checkbox-group.ts @@ -65,7 +65,7 @@ export default (options: Required) => ({ orientation: 'horizontal', variant: 'table', class: { - item: 'first-of-type:rounded-l-lg last-of-type:rounded-r-lg', + item: 'first-of-type:rounded-s-lg last-of-type:rounded-e-lg', fieldset: 'gap-0 -space-x-px' } }, diff --git a/src/theme/radio-group.ts b/src/theme/radio-group.ts index 3f90b284f1..bf0cac2716 100644 --- a/src/theme/radio-group.ts +++ b/src/theme/radio-group.ts @@ -121,7 +121,7 @@ export default (options: Required) => ({ orientation: 'horizontal', variant: 'table', class: { - item: 'first-of-type:rounded-l-lg last-of-type:rounded-r-lg', + item: 'first-of-type:rounded-s-lg last-of-type:rounded-e-lg', fieldset: 'gap-0 -space-x-px' } }, diff --git a/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap b/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap index 1e7b1f8a96..ab40c686a8 100644 --- a/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap +++ b/test/components/__snapshots__/CheckboxGroup-vue.spec.ts.snap @@ -360,7 +360,7 @@ exports[`CheckboxGroup > renders with horizontal variant list correctly 1`] = ` exports[`CheckboxGroup > renders with horizontal variant table correctly 1`] = ` "
-
-