Skip to content

Commit

Permalink
fix(Itinerary): some text wasn't truncating properly
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Jan 4, 2024
1 parent 798d7c4 commit e6157ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const TemporaryText = ({
}: TextProps) => {
return (
<StyledTemporaryText
className="orbit-text"
$type={type}
size={size}
weight={weight}
Expand Down

0 comments on commit e6157ea

Please sign in to comment.