Skip to content

Commit

Permalink
Merge pull request #29683 from software-mansion-labs/ts-migration/car…
Browse files Browse the repository at this point in the history
…d-overlay-component

[No QA][TS migration] Remove CardOverlay.js - Dead code
  • Loading branch information
cristipaval authored Oct 25, 2023
2 parents 2ce45e3 + a15e7b9 commit e6af6e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
10 changes: 0 additions & 10 deletions src/components/CardOverlay.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2898,16 +2898,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 e6af6e9

Please sign in to comment.