mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(HorizontalNavigation/VerticalNavigation): handle badge in RTL mode (#2420)
This commit is contained in:
@@ -18,7 +18,7 @@ export default {
|
||||
size: '2xs' as const
|
||||
},
|
||||
badge: {
|
||||
base: 'flex-shrink-0 ml-auto relative rounded',
|
||||
base: 'flex-shrink-0 ms-auto relative rounded',
|
||||
color: 'gray' as const,
|
||||
variant: 'solid' as const,
|
||||
size: 'xs' as const
|
||||
|
||||
@@ -20,7 +20,7 @@ export default {
|
||||
size: '2xs' as const
|
||||
},
|
||||
badge: {
|
||||
base: 'flex-shrink-0 ml-auto relative rounded',
|
||||
base: 'flex-shrink-0 ms-auto relative rounded',
|
||||
color: 'gray' as const,
|
||||
variant: 'solid' as const,
|
||||
size: 'xs' as const
|
||||
|
||||
Reference in New Issue
Block a user