Skip to content

Commit 96cbb04

Browse files
committed
more...
1 parent c1e3eb9 commit 96cbb04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/modules/dns-nameservers/table/NameserverNameCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function NameserverNameCell({ ns }: Props) {
1111
<div className={"flex min-w-[270px] max-w-[270px]"}>
1212
<div
1313
className={
14-
"flex items-center gap-2 dark:text-neutral-300 text-neutral-500 hover:text-neutral-100 transition-all hover:bg-nb-gray-800/60 py-2 px-3 rounded-md cursor-pointer"
14+
"flex items-center gap-2 dark:text-neutral-300 text-neutral-500 transition-all hover:text-neutral-800 hover:bg-gray-100 dark:hover:text-neutral-100 dark:hover:bg-nb-gray-800/60 py-2 px-3 rounded-md cursor-pointer"
1515
}
1616
>
1717
<ActiveInactiveRow

src/modules/networks/resources/ResourceNameCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function ResourceNameCell({ resource }: Readonly<Props>) {
3434
<div
3535
className={cn(
3636
"flex flex-col gap-0 text-neutral-300 font-light truncate",
37-
"group-hover:text-neutral-100 text-left",
37+
"group-hover:text-neutral-800 dark:group-hover:text-neutral-100 text-left",
3838
)}
3939
>
4040
<TextWithTooltip

0 commit comments

Comments
 (0)