Skip to content

Commit

Permalink
fix(#267): stalled white background
Browse files Browse the repository at this point in the history
  • Loading branch information
saha80 authored and Rozhkow committed Dec 5, 2023
1 parent 02b4347 commit 8481046
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/common/BaseArticle/BaseArticle.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ export const Wrapper = styled.div`
box-shadow: ${({ theme }) => theme.boxShadow};
border-radius: ${({ theme }) => theme.borderRadius};
transition: 0.3s;
[data-theme='dark'] & {
background: ${({ theme }) => theme.secondaryBackground};
}
background: ${({ theme }) => theme.secondaryBackground};
&:hover {
box-shadow: ${({ theme }) => theme.boxShadowHover};
Expand Down

0 comments on commit 8481046

Please sign in to comment.