chore: better var names

This commit is contained in:
Cory Dransfeldt 2024-09-15 13:36:19 -07:00
parent 8a8de24caa
commit c5edb32972
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
width: 100%;
height: 100%;
inset: 0;
background: var(--gray-overlay);
background: var(--gray-dark-transparent);
position: fixed;
z-index: 3;

View file

@ -2,7 +2,7 @@
display: flex;
height: var(--sizing-lg);
width: 100%;
background-color: var(--gray-background-transparent);
background-color: var(--gray-light-transparent);
border-radius: var(--border-radius-full);
& .progress-bar {