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.
2 parents 03a5633 + 4caa326 commit 0c69553Copy full SHA for 0c69553
src/styles/components/ScrapListItemStyle.js
@@ -1,4 +1,5 @@
1
import styled from "styled-components";
2
+import cardImageBg from "/src/assets/icons/ScrapItem.png";
3
4
export const Card = styled.div`
5
position: relative;
@@ -20,7 +21,7 @@ export const CardBackground = styled.div`
20
21
22
width: 100%;
23
height: 100%;
- background-image: url("../../src/assets/icons/ScrapItem.png"); /* Card 배경 이미지 */
24
+ background-image: url(${cardImageBg}); /* Card 배경 이미지 */
25
background-size: cover;
26
background-position: center;
27
padding: 8px;
0 commit comments