-
+
{title}
@@ -107,7 +110,7 @@ const GenericModalComponent = ({
{footer && {footer}}
-
+
)
}
diff --git a/apps/tx-builder/src/components/Header.tsx b/apps/tx-builder/src/components/Header.tsx
index ba727e6d..23a55f8e 100644
--- a/apps/tx-builder/src/components/Header.tsx
+++ b/apps/tx-builder/src/components/Header.tsx
@@ -92,9 +92,10 @@ const HeaderWrapper = styled.header`
width: 100%;
display: flex;
align-items: center;
- border-bottom: 1px solid #e2e3e3;
+ border-bottom: 1px solid ${({ theme }) => theme.palette.border.light};
z-index: 10;
- background-color: white;
+ background-color: ${({ theme }) => theme.palette.background.paper};
+ color: ${({ theme }) => theme.palette.text.primary};
height: 70px;
padding: 0 40px;
box-sizing: border-box;
diff --git a/apps/tx-builder/src/components/Icon/images/bookmark.tsx b/apps/tx-builder/src/components/Icon/images/bookmark.tsx
index 6f6cc8e3..ec17e217 100644
--- a/apps/tx-builder/src/components/Icon/images/bookmark.tsx
+++ b/apps/tx-builder/src/components/Icon/images/bookmark.tsx
@@ -6,12 +6,14 @@ const Bookmark = {
clip-rule="evenodd"
d="M4.875 3.2C4.70924 3.2 4.55027 3.26321 4.43306 3.37574C4.31585 3.48826 4.25 3.64087 4.25 3.8V12.2341L7.63673 9.91176C7.85404 9.76275 8.14596 9.76275 8.36327 9.91176L11.75 12.2341V3.8C11.75 3.64087 11.6842 3.48826 11.5669 3.37574C11.4497 3.26321 11.2908 3.2 11.125 3.2H4.875ZM3.54917 2.52721C3.90081 2.18964 4.37772 2 4.875 2H11.125C11.6223 2 12.0992 2.18964 12.4508 2.52721C12.8025 2.86477 13 3.32261 13 3.8V13.4C13 13.6248 12.8692 13.8307 12.661 13.9335C12.4528 14.0363 12.2022 14.0189 12.0117 13.8882L8 11.1373L3.98827 13.8882C3.79776 14.0189 3.54718 14.0363 3.33901 13.9335C3.13084 13.8307 3 13.6248 3 13.4V3.8C3 3.32261 3.19754 2.86477 3.54917 2.52721Z"
fill="black"
+ className="icon-color"
/>