Skip to content

Commit

Permalink
rm small size on icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Dec 27, 2024
1 parent 9f74e2a commit 933cd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/TimeSliders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const TimeSliders = (props: TimeSlidersOptions) => {
placement={isXS ? "top" : "right"}
sx={{ ml: 1 }}
>
<Icon fontSize="small">info</Icon>
<Icon>info</Icon>
</Tooltip>
</Typography>
<Slider
Expand Down

0 comments on commit 933cd0b

Please sign in to comment.