Skip to content

Commit

Permalink
Remove cardOverlay styles
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Oct 24, 2023
1 parent 0b4de2d commit a15e7b9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2893,16 +2893,6 @@ const styles = (theme: ThemeDefault) =>
width: variables.sideBarWidth - 68,
},

cardOverlay: {
backgroundColor: theme.overlay,
position: 'absolute',
top: 0,
left: 0,
width: '100%',
height: '100%',
opacity: variables.overlayOpacity,
},

shortTermsBorder: {
borderWidth: 1,
borderColor: theme.border,
Expand Down

0 comments on commit a15e7b9

Please sign in to comment.