diff --git a/src/components/account.jsx b/src/components/account.jsx index 4b66e7a6..03603ed3 100644 --- a/src/components/account.jsx +++ b/src/components/account.jsx @@ -184,7 +184,7 @@ function Account({ account }) { {relationshipUIState !== 'loading' && relationship && ( )}

diff --git a/src/index.css b/src/index.css index f54aa3bb..053dbcb0 100644 --- a/src/index.css +++ b/src/index.css @@ -153,6 +153,9 @@ button, color: var(--text-color); border: 1px solid var(--outline-color); } +:is(button, .button).light.danger:not(:disabled, .disabled) { + color: var(--red-color); +} :is(button, .button).block { display: block;