fixed picker height issue

This commit is contained in:
Ayaka
2022-10-12 11:55:52 +00:00
parent fa2548e517
commit 23141ff531

View File

@@ -45,7 +45,7 @@ export default function Picker({ setCharacter }) {
height: 450,
}}
cols={window.innerWidth < 600 ? 3 : 4}
rowHeight={120}
rowHeight={140}
>
{characters.map((c, index) => (
<ImageListItem