Skip to content

Commit

Permalink
feat Made background color transparent (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Dec 20, 2022
2 parents d51f679 + 4d247b9 commit 4edf2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widget/src/components/Common/Container/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function Container({ children }: PropsWithChildren<{}>) {
<Global
styles={{
body: {
backgroundColor: 'transparent',
backgroundColor: 'transparent !important',
},
'*': {
boxSizing: 'border-box',
Expand Down

0 comments on commit 4edf2b2

Please sign in to comment.