mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
Chore: Enhance debug theme with more hover colors (#96753)
enhance debug theme with more hover colors
This commit is contained in:
parent
1a7faed56a
commit
0cd19d76ce
@ -85,12 +85,30 @@ function createDebug(): GrafanaTheme2 {
|
||||
border: '#ff000088',
|
||||
text: '#cccc00',
|
||||
contrastText: '#ffff00',
|
||||
shade: '#9900dd',
|
||||
},
|
||||
secondary: {
|
||||
...baseDarkColors.secondary,
|
||||
border: '#ff000088',
|
||||
text: '#cccc00',
|
||||
contrastText: '#ffff00',
|
||||
shade: '#9900dd',
|
||||
},
|
||||
info: {
|
||||
...baseDarkColors.info,
|
||||
shade: '#9900dd',
|
||||
},
|
||||
warning: {
|
||||
...baseDarkColors.warning,
|
||||
shade: '#9900dd',
|
||||
},
|
||||
success: {
|
||||
...baseDarkColors.success,
|
||||
shade: '#9900dd',
|
||||
},
|
||||
error: {
|
||||
...baseDarkColors.error,
|
||||
shade: '#9900dd',
|
||||
},
|
||||
action: {
|
||||
hover: '#9900dd',
|
||||
|
Loading…
Reference in New Issue
Block a user