diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 19:32:00 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-06 19:32:00 -0400 | 
| commit | e89bcbad67886174463d8e36ce16d02012881779 (patch) | |
| tree | 55c4a029078f965a6ca62b87754aeaffdf9cd53c /ufund-ui/src/app/components/need-list | |
| parent | 6b4c2952e52ee2b8b23067688055011e393f8e4b (diff) | |
| download | JellySolutions-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/need-list')
| -rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css index b3af85f..bbbb024 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.css +++ b/ufund-ui/src/app/components/need-list/need-list.component.css @@ -98,7 +98,7 @@  }  .clickable:hover { -    background-color: var(--tertiary-color); +    background-color: var(--hover-color);  }  .actionArea {  | 
