Skip to content

Commit 13cbf60

Browse files
authored
refactor: Remove unused styles
1 parent f117b41 commit 13cbf60

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/styles/card.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
grid-template-columns: auto max-content;
1010
}
1111

12-
.siren-sdk-card-time-icon{
13-
width: 13px;
14-
height: 13px;
15-
}
16-
17-
.siren-sdk-card-transparent {
18-
background-color: transparent;
19-
}
20-
2112
.siren-sdk-delete-button {
2213
cursor: pointer;
2314
padding-right: 10px;

src/utils/defaultStyles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const defaultStyles = {
1313
height: 64,
1414
titleFontWeight: "600",
1515
titleSize: 20,
16-
closeIconSize: 20,
1716
titlePadding: 0,
1817
},
1918
windowContainer: {

0 commit comments

Comments
 (0)