From 2df4b021bc29cfefc2ff3178d4cf4d09e9fec72c Mon Sep 17 00:00:00 2001 From: Jennie Alles Date: Thu, 15 Jun 2023 11:08:41 +0700 Subject: [PATCH 1/2] fix(components): fix styling bugs --- src/config/theme/default.ts | 2 +- src/lib/components/button/NewProposalButton.tsx | 2 +- src/lib/components/button/RedoButton.tsx | 2 +- src/lib/components/button/ResendButton.tsx | 2 +- src/lib/components/modal/RedoModal.tsx | 2 +- src/lib/styles/theme/components/switch.ts | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/config/theme/default.ts b/src/config/theme/default.ts index 99dd9c617..54c14b4a0 100644 --- a/src/config/theme/default.ts +++ b/src/config/theme/default.ts @@ -27,7 +27,7 @@ export const DEFAULT_THEME: ThemeConfig = { }, colors: { gradient: { - main: "linear(to-tr, #5235EF, #6145FC)", + main: "linear(to-tr, #5942F3, #9793F3)", }, error: { main: "#FF666E", diff --git a/src/lib/components/button/NewProposalButton.tsx b/src/lib/components/button/NewProposalButton.tsx index 442ddb654..f3e47b303 100644 --- a/src/lib/components/button/NewProposalButton.tsx +++ b/src/lib/components/button/NewProposalButton.tsx @@ -53,7 +53,7 @@ export const NewProposalButton = () => { > } + icon={} onClick={() => { navigate({ pathname: "/proposals/whitelist", diff --git a/src/lib/components/button/RedoButton.tsx b/src/lib/components/button/RedoButton.tsx index 197b97a14..13ac80b96 100644 --- a/src/lib/components/button/RedoButton.tsx +++ b/src/lib/components/button/RedoButton.tsx @@ -15,7 +15,7 @@ export const RedoButton = ({ message }: RedoButtonProps) => { const { chain } = useCurrentChain(); return (