Fix hover on calendar
This commit is contained in:
parent
a55defcdfd
commit
3bd6a1f6f1
|
@ -64,6 +64,7 @@ const BalanceChartCard = () => {
|
|||
height: 'fit-content',
|
||||
padding: '3px',
|
||||
borderRadius: '10px',
|
||||
cursor: 'pointer',
|
||||
}}
|
||||
>
|
||||
<Text size={13} weight={'semibold'}>
|
||||
|
|
|
@ -129,6 +129,7 @@ const DeviceUptime = () => {
|
|||
height: 'fit-content',
|
||||
padding: '3px',
|
||||
borderRadius: '10px',
|
||||
cursor: 'pointer',
|
||||
}}
|
||||
>
|
||||
<Text size={13} weight={'semibold'}>
|
||||
|
|
Loading…
Reference in New Issue