diff options
| -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;  | 
