mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
fix(CheckboxGroup/RadioGroup): variant table borders in RTL mode (#4192)
This commit is contained in:
@@ -65,7 +65,7 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
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'
|
||||
}
|
||||
},
|
||||
|
||||
@@ -121,7 +121,7 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
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'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user