From e4fb00baacf9e95ff4d44b2df80a1d19a5f296e2 Mon Sep 17 00:00:00 2001 From: simoleo89 <11816867+simoleo89@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:44:31 +0200 Subject: [PATCH] style(vault): classic gray beveled buttons + thinner row border (closer to reference) --- src/components/vault/VaultView.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/vault/VaultView.tsx b/src/components/vault/VaultView.tsx index bb402d1..ab6d749 100644 --- a/src/components/vault/VaultView.tsx +++ b/src/components/vault/VaultView.tsx @@ -86,7 +86,7 @@ export const VaultView: FC<{}> = props => { EARNINGS.map(row => (
-
+
@@ -100,13 +100,13 @@ export const VaultView: FC<{}> = props => )) }
-
)) }
-