Skip to content

Commit 7e13bb9

Browse files
committed
Update Badge.tsx
1 parent aa42701 commit 7e13bb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/ui/src/elements/Badge.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ export const LastAuthenticationStrategyBadge = ({
2929
top: -1,
3030
transform: `translate(${t.space.$2x5}, calc(-50% - ${t.space.$0x5}))`,
3131
pointerEvents: 'none',
32+
'[dir="rtl"] &': {
33+
transform: `translate(-${t.space.$2x5}, calc(-50% - ${t.space.$0x5}))`,
34+
},
3235
}),
3336
}),
3437
sx,

0 commit comments

Comments
 (0)