Fix error text color for dark mode.

Don't alter --color-danger since that color works fine as a backdrop for the Toast Message.
This commit is contained in:
infinite-persistence 2021-05-18 20:03:09 +08:00
parent df03cf1032
commit e6ac81c1b1
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -19,7 +19,7 @@
--color-text-help: #bbbbbb;
--color-text-warning: #212529;
--color-text-warning--background: var(--lbry-yellow-1);
--color-text-error: var(--color-danger);
--color-text-error: #f87171;
--color-error: var(--color-danger-alt);
// Header