diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 19:58:03 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 19:58:03 -0400 |
commit | 89aad1c2631ea9d02100273bd4ab89c7792e8da7 (patch) | |
tree | 60b62cf31e4bd903107ba26d3afcd60f0296d90b /ufund-ui | |
parent | 88865595e2735784537e076a5b8d6edbf6fb6138 (diff) | |
download | JellySolutions-89aad1c2631ea9d02100273bd4ab89c7792e8da7.tar.gz JellySolutions-89aad1c2631ea9d02100273bd4ab89c7792e8da7.tar.bz2 JellySolutions-89aad1c2631ea9d02100273bd4ab89c7792e8da7.zip |
Make need-edit dialog use variable colors
Diffstat (limited to 'ufund-ui')
-rw-r--r-- | ufund-ui/src/app/components/need-edit/need-edit.component.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/need-edit/need-edit.component.css b/ufund-ui/src/app/components/need-edit/need-edit.component.css index b06e061..2d04510 100644 --- a/ufund-ui/src/app/components/need-edit/need-edit.component.css +++ b/ufund-ui/src/app/components/need-edit/need-edit.component.css @@ -11,8 +11,8 @@ padding: 10px; border-style: solid; border-width: 1px; - border-color: #6c6c6c; - background-color: #2e2e2e; + border-color: var(--secondary-color); + background-color: var(--tertiary-color); border-radius: 5px; position: relative; width: 500px; |