mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +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
|
size: '2xs' as const
|
||||||
},
|
},
|
||||||
badge: {
|
badge: {
|
||||||
base: 'flex-shrink-0 ml-auto relative rounded',
|
base: 'flex-shrink-0 ms-auto relative rounded',
|
||||||
color: 'gray' as const,
|
color: 'gray' as const,
|
||||||
variant: 'solid' as const,
|
variant: 'solid' as const,
|
||||||
size: 'xs' as const
|
size: 'xs' as const
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default {
|
|||||||
size: '2xs' as const
|
size: '2xs' as const
|
||||||
},
|
},
|
||||||
badge: {
|
badge: {
|
||||||
base: 'flex-shrink-0 ml-auto relative rounded',
|
base: 'flex-shrink-0 ms-auto relative rounded',
|
||||||
color: 'gray' as const,
|
color: 'gray' as const,
|
||||||
variant: 'solid' as const,
|
variant: 'solid' as const,
|
||||||
size: 'xs' as const
|
size: 'xs' as const
|
||||||
|
|||||||
Reference in New Issue
Block a user