diff --git a/src/components/account-info.css b/src/components/account-info.css index 06bf133b..03be99c0 100644 --- a/src/components/account-info.css +++ b/src/components/account-info.css @@ -269,14 +269,20 @@ list-style: none; } #list-add-remove-container .list-add-remove button { + border-radius: 16px; display: flex; align-items: center; gap: 8px; width: 100%; + text-align: start; } #list-add-remove-container .list-add-remove button .icon { opacity: 0.15; } +#list-add-remove-container .list-add-remove button.checked { + border-color: var(--green-color); + font-weight: bold; +} #list-add-remove-container .list-add-remove button.checked .icon { opacity: 1; color: var(--green-color);