mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +00:00
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…
x
Reference in New Issue
Block a user