mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 06:48:47 +00:00
Fix: dot visibility in some cases, translation strings (#2129)
This commit is contained in:
parent
ed3055ae1b
commit
b765330b4a
3 changed files with 21 additions and 20 deletions
|
@ -29,7 +29,7 @@ export default function KubernetesStatus({ service, style }) {
|
|||
}
|
||||
|
||||
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/20";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue