mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
feat(components): improve RTL support (#2433)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -92,8 +92,8 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
orientation: 'vertical',
|
||||
variant: 'link',
|
||||
class: {
|
||||
list: 'border-l -ml-px',
|
||||
indicator: '-left-px w-px'
|
||||
list: 'border-s -ms-px',
|
||||
indicator: '-start-px w-px'
|
||||
}
|
||||
}, ...(options.theme.colors || []).map((color: string) => ({
|
||||
color,
|
||||
|
||||
Reference in New Issue
Block a user