We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1866b0d + 4ae18ae commit 59935fbCopy full SHA for 59935fb
1 file changed
โsrc/components/star/StarAnimation.tsxโ
@@ -749,14 +749,22 @@ const DecoContainer = styled.div`
749
transform: translate(-50%, -50%);
750
z-index: 500;
751
752
- border: none;
+ border: none; /* ๋ช ์์ ์ผ๋ก ์ถ๊ฐ */
753
+ outline: none; /* ๊ธฐ๋ณธ ์์๋ผ์ธ ์ ๊ฑฐ */
754
+ background: transparent; /* ๋ฐฐ๊ฒฝ์ ์ ๊ฑฐ */
755
`;
756
757
const EfectContainer = styled.div`
758
position: absolute;
759
border: none;
760
761
z-index: 1000;
762
763
764
+
765
766
767
768
769
770
const Effect = styled.img`
0 commit comments