Skip to content

Commit

Permalink
๐Ÿฉน ๋ณ€์ˆ˜๋ช… ํ†ต์ผ์„ฑ์„ ์œ„ํ•ด ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
greetings1012 committed Nov 13, 2024
1 parent 12f097c commit 14bcf28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { css } from 'styled-components';

export const button = css`
export const buttonStyles = css`
position: absolute;
top: 3.5rem;
right: 3.5rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface CloseButtonProps {
const CloseButton = ({ close }: CloseButtonProps) => {
return (
<IconButton
$css={S.button}
$css={S.buttonStyles}
aria-label="๋ชจ๋‹ฌ ๋‹ซ๊ธฐ"
onClick={close}
icon={<MdClose size="3rem" color="#5F5F5F" />}
Expand Down

0 comments on commit 14bcf28

Please sign in to comment.