Skip to content

Commit

Permalink
feat(Alert): support RTL (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mishnya authored Dec 1, 2023
1 parent be7069a commit 29fd68f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Alert/__snapshots__/Alert.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ exports[`Alert has predicted styles if inline layout rendered 1`] = `
>
<span
class="yc-text yc-text_variant_subheader-2 yc-alert__title"
dir="auto"
>
Where will you go, hero?
</span>
Expand Down
1 change: 0 additions & 1 deletion src/components/Text/Text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ export const Text = React.forwardRef(

return (
<Tag
dir="auto"
ref={ref}
className={text(
{variant, ellipsis, whiteSpace, wordBreak},
Expand Down

0 comments on commit 29fd68f

Please sign in to comment.