Skip to content

Commit

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

0 comments on commit c6e5131

Please sign in to comment.