Skip to content

Commit

Permalink
fix(644): add direction ltr to radio group div
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinaMurg committed Nov 13, 2024
1 parent 79e5934 commit af76040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WeeklyPickButton/WeeklyPickButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const WeeklyPickButton: React.FC<WeeklyPickButtonProps> = ({
<label htmlFor={team} className="capitalize" data-testid="home-away">
{homeAway}
</label>
<div className="flex items-center mt-4">
<div style={{ direction: 'ltr' }} className="flex items-center mt-4">
<RadioGroupItem
value={team}
id={team}
Expand Down

0 comments on commit af76040

Please sign in to comment.