Skip to content

Commit

Permalink
[TimePicker] Add font family for clock numbers (#30738)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisasanib authored Feb 7, 2022
1 parent d7f9b4e commit 49b3d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-lab/src/ClockPicker/ClockNumber.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const ClockNumberRoot = styled('span')<{ ownerState: ClockNumberProps }>(
alignItems: 'center',
borderRadius: '50%',
color: theme.palette.text.primary,
fontFamily: theme.typography.fontFamily,
'&:focused': {
backgroundColor: theme.palette.background.paper,
},
Expand Down

0 comments on commit 49b3d6d

Please sign in to comment.