Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianWielga committed Jan 9, 2025
1 parent 42717d0 commit a44338e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ export const TimeRangeStyled = styled("div")(
}
.time-range-input {
width: 45px !important;
width: 4em;
border: none !important;
background-color: ${theme.palette.background.paper};
text-align: center;
padding-left: 12px;
padding-left: 0;
padding-right: 0;
height: 35px;
}
Expand Down

0 comments on commit a44338e

Please sign in to comment.