File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments