Skip to content

Commit 39bb68c

Browse files
authored
fix(v0.1.1): add css size for close icon (#93)
1 parent 5966672 commit 39bb68c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@e-krebs/react-library",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A collection of components to be reused across personal projects",
55
"repository": "github.com/e-krebs/react-library",
66
"author": "Emmanuel Krebs <[email protected]>",

src/Modal/ModalComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const ModalComponent: ModalComponentProps = forwardRef<ModalRef, PropsWit
168168
transition-[box-shadow]
169169
hover:enabled:bg-th-hover"
170170
>
171-
<Icon id="x" />
171+
<Icon id="x" className="size-6" />
172172
</ModalCloseButton>
173173
</header>
174174
{children}

0 commit comments

Comments
 (0)