From be5bf0efd5e850a8f5384b12a91f39d77f080ffe Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 17 Jan 2024 15:11:44 +0200 Subject: [PATCH] fix: timeline styles --- .../components/proposal/ProposalLoading.tsx | 2 +- src/ui/utils/GlobalStyles.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/proposals/components/proposal/ProposalLoading.tsx b/src/proposals/components/proposal/ProposalLoading.tsx index 4f3d487a..00c4e2d0 100644 --- a/src/proposals/components/proposal/ProposalLoading.tsx +++ b/src/proposals/components/proposal/ProposalLoading.tsx @@ -266,7 +266,7 @@ export function ProposalLoading({ sx={{ [theme.breakpoints.up('sm')]: { display: 'none' }, }}> - + diff --git a/src/ui/utils/GlobalStyles.tsx b/src/ui/utils/GlobalStyles.tsx index 398f9b45..a0cb2842 100644 --- a/src/ui/utils/GlobalStyles.tsx +++ b/src/ui/utils/GlobalStyles.tsx @@ -192,13 +192,13 @@ export function GlobalStyles() { }, '.ProposalLoading__SSR': { '.BoxWith3D__content': { - backgroundColor: '#FFFFFF !important', + backgroundColor: '#FFFFFF', }, '.BoxWith3D__left-shadow': { - backgroundColor: '#C6C3D1 !important', + backgroundColor: '#C6C3D1', }, '.BoxWith3D__bottom-shadow': { - backgroundColor: '#F2F0F9 !important', + backgroundColor: '#F2F0F9', }, }, @@ -369,13 +369,13 @@ export function GlobalStyles() { }, '.ProposalLoading__SSR': { '.BoxWith3D__content': { - backgroundColor: '#212948 !important', + backgroundColor: '#212948', }, '.BoxWith3D__left-shadow': { - backgroundColor: '#090C16 !important', + backgroundColor: '#090C16', }, '.BoxWith3D__bottom-shadow': { - backgroundColor: '#0C101E !important', + backgroundColor: '#0C101E', }, },