UX: Change the color of the overriden dot to be slightly visible in dark mode (#25782)

This commit is contained in:
Ella E 2024-02-20 21:49:20 -07:00 committed by GitHub
parent ac92cc526d
commit 05f6d9be7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@
width: 0.5rem;
height: 0.5rem;
border-radius: 100%;
background-color: var(--quaternary-low);
background-color: var(--highlight-high);
}
}
}