We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f117b41 commit 13cbf60Copy full SHA for 13cbf60
src/styles/card.css
@@ -9,15 +9,6 @@
9
grid-template-columns: auto max-content;
10
}
11
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
21
.siren-sdk-delete-button {
22
cursor: pointer;
23
padding-right: 10px;
src/utils/defaultStyles.ts
@@ -13,7 +13,6 @@ const defaultStyles = {
height: 64,
titleFontWeight: "600",
titleSize: 20,
- closeIconSize: 20,
titlePadding: 0,
},
windowContainer: {
0 commit comments