mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
fix: recover cursor logic (#773)
This commit is contained in:
@@ -52,7 +52,12 @@ export const ontimeButtonGhostedWhite = {
|
||||
...ontimeButtonSubtle,
|
||||
backgroundColor: 'transparent',
|
||||
color: 'white',
|
||||
_hover: { background: '#ebedf0', color: '#333' },
|
||||
_hover: {
|
||||
background: '#404040', // $gray-1000
|
||||
},
|
||||
_active: {
|
||||
background: '#2d2d2d', // $gray-1100
|
||||
},
|
||||
};
|
||||
|
||||
export const ontimeButtonGhosted = {
|
||||
|
||||
Reference in New Issue
Block a user