nip05 ready for light mode

This commit is contained in:
Alejandro Gomez
2023-01-10 11:06:51 +01:00
parent 28da0aeb05
commit b32f3544cc
5 changed files with 10 additions and 7 deletions

View File

@ -37,7 +37,7 @@ const Nip05 = ({ nip05, pubkey }) => {
{isVerified && (
<span className="badge">
<FontAwesomeIcon
color={"green"}
color={"var(--success)"}
icon={faCheck}
size="xs"
/>
@ -46,7 +46,7 @@ const Nip05 = ({ nip05, pubkey }) => {
{couldNotVerify && (
<span className="error">
<FontAwesomeIcon
color={"red"}
color={"var(--error)"}
icon={faTriangleExclamation}
size="xs"
/>