Skip to content

Commit 4621ce8

Browse files
committed
Simple change for redeploy
1 parent cf13915 commit 4621ce8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Card/Card.style.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createUseStyles } from "react-jss";
22

33
export const useCardStyles = createUseStyles({
4-
root: {
4+
root: {
55
backgroundColor: "#f0c806",
66
borderRadius: "8px",
77
width: "280px",
@@ -12,6 +12,6 @@ export const useCardStyles = createUseStyles({
1212
fontFamily: "Caveat, cursive",
1313
"&:hover": {
1414
boxShadow: "2px 4px 10px rgba(0, 0, 0, 0.3)",
15-
},
15+
},
1616
},
1717
});

0 commit comments

Comments
 (0)