fix icon color in dark theme

This commit is contained in:
Ryan Di
2025-08-25 15:52:43 +10:00
parent 29df700bff
commit 2cf08d72c6

View File

@@ -112,7 +112,8 @@
height: 2rem;
border: none;
border-radius: var(--border-radius-lg);
background: var(--button-bg, var(--island-bg-color));
background: transparent;
color: var(--color-on-surface);
cursor: pointer;
display: flex;
align-items: center;