tweak style

This commit is contained in:
shamoon 2023-10-04 20:56:16 -07:00
parent e9c00511d9
commit d49310775a
2 changed files with 2 additions and 2 deletions

View File

@ -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 (

View File

@ -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 (