fix error colors on dark mode
This commit is contained in:
parent
0edea00943
commit
a87d564c9e
2 changed files with 3 additions and 2 deletions
|
@ -55,7 +55,7 @@ class ModalError extends React.PureComponent<Props> {
|
||||||
"We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem."
|
"We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<ul className="error-modal__error-list">{errorInfoList}</ul>
|
<ul className="error-modal__error-list ul--no-style">{errorInfoList}</ul>
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,10 +39,11 @@
|
||||||
--color-comment-menu: #6a6a6a;
|
--color-comment-menu: #6a6a6a;
|
||||||
--color-comment-menu-hovering: #e0e0e0;
|
--color-comment-menu-hovering: #e0e0e0;
|
||||||
--color-notice: #58563b;
|
--color-notice: #58563b;
|
||||||
|
--color-error: #61373f;
|
||||||
|
|
||||||
// Text
|
// Text
|
||||||
--color-text: #eeeeee;
|
--color-text: #eeeeee;
|
||||||
--color-text-error: var(--lbry-red-1);
|
--color-text-error: #f5748c;
|
||||||
--color-text-empty: #bbbbbb;
|
--color-text-empty: #bbbbbb;
|
||||||
--color-text-help: #bbbbbb;
|
--color-text-help: #bbbbbb;
|
||||||
--color-text-subtitle: #9fafc0;
|
--color-text-subtitle: #9fafc0;
|
||||||
|
|
Loading…
Reference in a new issue