fix(app): spinner color

This commit is contained in:
adamelmore 2026-01-27 15:31:32 -06:00
parent b8e726521d
commit 33d400c567
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75

View File

@ -1,5 +1,5 @@
[data-component="spinner"] {
color: var(--text-base);
color: inherit;
flex-shrink: 0;
width: 18px;
aspect-ratio: 1;