mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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',
|
border: '#ff000088',
|
||||||
text: '#cccc00',
|
text: '#cccc00',
|
||||||
contrastText: '#ffff00',
|
contrastText: '#ffff00',
|
||||||
|
shade: '#9900dd',
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
...baseDarkColors.secondary,
|
...baseDarkColors.secondary,
|
||||||
border: '#ff000088',
|
border: '#ff000088',
|
||||||
text: '#cccc00',
|
text: '#cccc00',
|
||||||
contrastText: '#ffff00',
|
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: {
|
action: {
|
||||||
hover: '#9900dd',
|
hover: '#9900dd',
|
||||||
|
Loading…
Reference in New Issue
Block a user