chore: use a darker bg-color for zoom-view icon

- better visibility in dark mode
This commit is contained in:
Rutwik Hiwalkar 2024-05-21 19:06:24 +05:30
parent 0b6357fcfb
commit 2cbf8f7e2b

View file

@ -184,7 +184,7 @@
opacity: 0;
font-size: $font-size-lg;
position: absolute;
background: var(--gray-300);
background: var(--gray-400);
border-radius: $border-radius;
.icon {