diff --git a/frontend/style.css b/frontend/style.css index 816e665..ded2b8e 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -4861,18 +4861,22 @@ body.popup-mode .content-area { } .dashboard-card-icon { - width: 28px; - height: 28px; - padding: 6px; - background: var(--accent); - border-radius: 6px; - color: white; + width: 40px; + height: 40px; + padding: 4px; + background: transparent; + border: 2px solid var(--accent); + border-radius: 8px; + color: var(--accent); flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; } .dashboard-card-icon svg { - width: 20px; - height: 20px; + width: 24px; + height: 24px; } .dashboard-vault-badge {