mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-02 12:00:43 +00:00
Fix hover on calendar
This commit is contained in:
parent
a55defcdfd
commit
3bd6a1f6f1
@ -64,6 +64,7 @@ const BalanceChartCard = () => {
|
|||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
padding: '3px',
|
padding: '3px',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text size={13} weight={'semibold'}>
|
<Text size={13} weight={'semibold'}>
|
||||||
|
@ -129,6 +129,7 @@ const DeviceUptime = () => {
|
|||||||
height: 'fit-content',
|
height: 'fit-content',
|
||||||
padding: '3px',
|
padding: '3px',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
|
cursor: 'pointer',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Text size={13} weight={'semibold'}>
|
<Text size={13} weight={'semibold'}>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user