Skip to content

Commit

Permalink
remove box set height to allow for 2 lines in datetime text
Browse files Browse the repository at this point in the history
  • Loading branch information
sixlighthouses committed Jul 13, 2023
1 parent 6c85660 commit ec05a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class DateTimeSelectorSection extends React.Component<IProps, IState> {
{item.timeLabel ?? t("dateTime.selectorLabel")}
</Text>
<Spacing bottom={1} />
<Box fullWidth justifySpaceBetween styledHeight={"30px"} gap>
<Box fullWidth justifySpaceBetween gap>
<Box
backgroundColor="rgba(250, 250, 250, 0.2)"
css={`
Expand Down

0 comments on commit ec05a2b

Please sign in to comment.