Consistent colors

This commit is contained in:
David Heinemeier Hansson
2025-07-24 18:03:00 -04:00
parent 4578d4e418
commit 42d80f2ce7
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
text-color=#4c4f69
border-color=#dce0e8
border-color=#1e66f5
background-color=#eff1f5
width=420
height=110

View File

@ -1,5 +1,5 @@
@define-color background-color #eff1f5;
@define-color border-color #dce0e8;
@define-color border-color #1e66f5;
@define-color label #4c4f69;
@define-color image #4c4f69;
@define-color progress #4c4f69;