細かいデザイン崩れや機能消滅バグを修正

This commit is contained in:
harukin-OneMix4
2023-12-29 01:36:56 +09:00
parent 789af1aa37
commit e4ce671e67
3 changed files with 13 additions and 13 deletions

View File

@@ -7,8 +7,8 @@ export const TextBox = (props) => {
style={{
flex: flex,
backgroundColor: backgroundColor,
padding: 10,
height: 70,
padding: 5,
minHeight: 70,
alignItems: "center",
alignContent: "center",
margin: 2,