aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard/dashboard.component.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-04-06 19:32:00 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-04-06 19:32:00 -0400
commite89bcbad67886174463d8e36ce16d02012881779 (patch)
tree55c4a029078f965a6ca62b87754aeaffdf9cd53c /ufund-ui/src/app/components/dashboard/dashboard.component.css
parent6b4c2952e52ee2b8b23067688055011e393f8e4b (diff)
downloadJellySolutions-e89bcbad67886174463d8e36ce16d02012881779.tar.gz
JellySolutions-e89bcbad67886174463d8e36ce16d02012881779.tar.bz2
JellySolutions-e89bcbad67886174463d8e36ce16d02012881779.zip
fix dashboard, make buttons use secondary color by default
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.css')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css
index 54f362b..cb4ad74 100644
--- a/ufund-ui/src/app/components/dashboard/dashboard.component.css
+++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css
@@ -17,7 +17,7 @@
}
.card {
- background-color: #2e2e2e;
+ background-color: var(--tertiary-color);
width: 400px;
height: 130px;
border-radius: 5px;
@@ -34,7 +34,7 @@
.listCard {
display: flex;
flex-direction: column;
- background-color: #2e2e2e;
+ background-color: var(--tertiary-color);
border-radius: 5px;
padding: 10px;
gap: 10px;