From b4590c9be1be0edbbcf6bfda5030876b2a7b64fb Mon Sep 17 00:00:00 2001
From: Daniel <10026790+dnlggr@users.noreply.github.com>
Date: Thu, 7 Jul 2022 13:11:20 +0200
Subject: [PATCH] fix: change frozen icon (#379)
---
public/sprite.svg | 3 +++
src/components/fb/FidelityBondSteps.module.css | 1 -
src/components/fb/FidelityBondSteps.tsx | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/public/sprite.svg b/public/sprite.svg
index 6c7bc078..c5af7081 100644
--- a/public/sprite.svg
+++ b/public/sprite.svg
@@ -288,4 +288,7 @@
+
diff --git a/src/components/fb/FidelityBondSteps.module.css b/src/components/fb/FidelityBondSteps.module.css
index 0062b9c6..2e035211 100644
--- a/src/components/fb/FidelityBondSteps.module.css
+++ b/src/components/fb/FidelityBondSteps.module.css
@@ -126,7 +126,6 @@
.utxoCard > .utxoLabel.utxoFrozen > svg {
color: #2d9cdb;
- margin-bottom: 0.1rem;
}
.utxoCard > .utxoLabel.utxoFidelityBond > svg {
diff --git a/src/components/fb/FidelityBondSteps.tsx b/src/components/fb/FidelityBondSteps.tsx
index a2e0676b..c6b1e6d6 100644
--- a/src/components/fb/FidelityBondSteps.tsx
+++ b/src/components/fb/FidelityBondSteps.tsx
@@ -134,7 +134,7 @@ const UtxoCard = ({
)}
{!isLoading && utxo.frozen && !utxoIsLocked && (
)}