Skip to content

Commit 721c225

Browse files
committed
fix: dialog close modle cross icon black in packages/page
1 parent 34a455f commit 721c225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/packages/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const Stats = () => {
4545

4646
useEffect(() => {
4747
if (npmPackage) {
48-
setCount(npmPackage.total); // Open the modal when npmPackage is updated
48+
setCount(npmPackage.total); //update total count when npmPackage is updated
4949
}
5050
}, [npmPackage]);
5151

@@ -371,7 +371,7 @@ const Stats = () => {
371371
className='h-6 w-6'
372372
fill='none'
373373
viewBox='0 0 24 24'
374-
stroke='red'
374+
stroke='black'
375375
>
376376
<path
377377
strokeLinecap='round'

0 commit comments

Comments
 (0)