tweak style
This commit is contained in:
parent
e9c00511d9
commit
d49310775a
@ -30,7 +30,7 @@ export default function KubernetesStatus({ service, style }) {
|
|||||||
|
|
||||||
if (style === 'dot') {
|
if (style === 'dot') {
|
||||||
colorClass = colorClass.replace('text-', 'bg-').replace(/\/\d\d$/, '');
|
colorClass = colorClass.replace('text-', 'bg-').replace(/\/\d\d$/, '');
|
||||||
backgroundClass = "p-3 hover:bg-theme-500/10 dark:hover:bg-theme-900/50";
|
backgroundClass = "p-3 hover:bg-theme-500/10 dark:hover:bg-theme-900/20";
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@ -46,7 +46,7 @@ export default function Status({ service, style }) {
|
|||||||
|
|
||||||
if (style === 'dot') {
|
if (style === 'dot') {
|
||||||
colorClass = colorClass.replace('text-', 'bg-').replace(/\/\d\d$/, '');
|
colorClass = colorClass.replace('text-', 'bg-').replace(/\/\d\d$/, '');
|
||||||
backgroundClass = "p-3 hover:bg-theme-500/10 dark:hover:bg-theme-900/50";
|
backgroundClass = "p-3 hover:bg-theme-500/10 dark:hover:bg-theme-900/20";
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user