通過ボタンのデザイン修正

This commit is contained in:
harukin-expo-dev-env 2024-10-19 13:27:49 +00:00
parent 6a8bdba849
commit bc8a786db7

View File

@ -50,12 +50,14 @@ export const ScrollStickyContent = (props) => {
>
見込
</Text>
<View>
<View style={{ flex: 1 }} />
<Text
style={{
fontSize: 15,
fontSize: 12,
width: 50,
paddingBottom: 0,
margin: 0,
margin: "auto",
textAlign: "center",
textAlignVertical: "center",
opacity: haveThrough ? 1 : 0,
@ -71,6 +73,8 @@ export const ScrollStickyContent = (props) => {
>
(通過{showThrew ? "▼" : "▶"})
</Text>
<View style={{ flex: 1 }} />
</View>
</View>
</View>
</View>