fix(HorizontalNavigation/VerticalNavigation): handle badge in RTL mode (#2420)

This commit is contained in:
Malik-Jouda
2024-10-19 20:36:00 +03:00
committed by GitHub
parent 7846ca35b5
commit 4bf81be364
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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