adjust panel bg & shadow

This commit is contained in:
Ryan Di 2025-04-02 17:18:54 +11:00
parent 3272841b23
commit cc224b156d

View file

@ -40,8 +40,8 @@
justify-content: center;
gap: 0.2rem;
border-radius: 0.5rem;
background: var(--default-bg-color);
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
background: var(--island-bg-color);
box-shadow: var(--shadow-island);
padding: 0.5rem;
}
}