- | name |
- type |
- tags |
+ name |
+ type |
+ tags |
|
@@ -38,17 +38,17 @@ export function VaultTable({ items, onItemClick, onFavorite, onTagClick }: Props
>
-
+
{typeIconsSmall[item.type]}
{item.title}
- {item.type}
+ {item.type}
|
- {item.type}
+ {item.type}
|
{item.tags.length > 0 ? (
@@ -57,17 +57,17 @@ export function VaultTable({ items, onItemClick, onFavorite, onTagClick }: Props
))}
{item.tags.length > 2 && (
- +{item.tags.length - 2}
+ +{item.tags.length - 2}
)}
) : (
- -
+ -
)}
|
@@ -77,7 +77,7 @@ export function VaultTable({ items, onItemClick, onFavorite, onTagClick }: Props
className={`p-1.5 rounded transition-all ${
item.favorite
? "text-amber-400 hover:text-amber-300"
- : "text-transparent group-hover:text-zinc-600 hover:!text-zinc-400"
+ : "text-transparent group-hover:text-white/30 hover:!text-white/50"
}`}
aria-label={item.favorite ? "remove from favorites" : "add to favorites"}
>
diff --git a/apps/web/app/[locale]/vault/vault/tags.tsx b/apps/web/app/[locale]/vault/vault/tags.tsx
index 06dc8f8..97a5fed 100644
--- a/apps/web/app/[locale]/vault/vault/tags.tsx
+++ b/apps/web/app/[locale]/vault/vault/tags.tsx
@@ -13,14 +13,14 @@ export function TagFilter({ tags, selected, onSelect }: TagFilterProps) {
return (
- |