diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-04-05 22:00:00 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-04-05 22:00:00 -0400 |
commit | 1ac878b4aaa19ab889c7a98b7dab6acd57c778b3 (patch) | |
tree | e167944a8fd19c6df82fb9153887edf8780129a0 /ufund-ui/src/app/components/funding-basket/funding-basket.component.html | |
parent | ac6fa949a754778f268fb91f0b32464c153191ef (diff) | |
download | JellySolutions-1ac878b4aaa19ab889c7a98b7dab6acd57c778b3.tar.gz JellySolutions-1ac878b4aaa19ab889c7a98b7dab6acd57c778b3.tar.bz2 JellySolutions-1ac878b4aaa19ab889c7a98b7dab6acd57c778b3.zip |
finish styling basket and list; add persistent theme via localStorage. -ak
Diffstat (limited to 'ufund-ui/src/app/components/funding-basket/funding-basket.component.html')
-rw-r--r-- | ufund-ui/src/app/components/funding-basket/funding-basket.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html index 52b35c1..b88ef31 100644 --- a/ufund-ui/src/app/components/funding-basket/funding-basket.component.html +++ b/ufund-ui/src/app/components/funding-basket/funding-basket.component.html @@ -63,7 +63,7 @@ </div> <div class="actionArea"> - <input type="number" placeholder="Quantity" min="1" id={{need.id}} class="contribution"> + <input type="number" placeholder="Quantity" min="1" id={{need.id}} class="contribution sort-scheme"> <button class="removeNeed" title="delete need" (click)="this.usersService.removeNeed(need.id)"> <span class="icon">delete</span> Remove from Basket </button> |