Skip to content

Commit

Permalink
fix(HorizontalNavigation/VerticalNavigation): handle badge in RTL m…
Browse files Browse the repository at this point in the history
…ode (#2420)
  • Loading branch information
Malik-Jouda authored Oct 19, 2024
1 parent 7846ca3 commit 4bf81be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/ui.config/navigation/horizontalNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/ui.config/navigation/verticalNavigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bf81be

Please sign in to comment.