Skip to content

Commit

Permalink
fix: timeline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jan 17, 2024
1 parent 3a70242 commit be5bf0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/proposals/components/proposal/ProposalLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ export function ProposalLoading({
sx={{
[theme.breakpoints.up('sm')]: { display: 'none' },
}}>
<BlockWrapper toBottom>
<BlockWrapper contentColor="$mainLight" toBottom>
<TimelineLoader />
</BlockWrapper>
</Box>
Expand Down
12 changes: 6 additions & 6 deletions src/ui/utils/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},

Expand Down Expand Up @@ -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',
},
},

Expand Down

1 comment on commit be5bf0e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was deployed on ipfs

Please sign in to comment.