Skip to content

Commit 2069fb8

Browse files
committed
fix: use rtl responsive text lignment
1 parent 7b9b8b2 commit 2069fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Buttons/SvgButtonLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const variants = cva("flex items-center gap-3.5", {
1818
variants: {
1919
variant: {
2020
col: "flex-col text-center [&_.body]:text-center",
21-
row: "flex-row text-start [&_.body]:text-left [&_.header]:self-start",
21+
row: "flex-row text-start [&_.body]:text-start [&_.header]:self-start",
2222
},
2323
},
2424
defaultVariants: {

0 commit comments

Comments
 (0)