通過ボタンのデザイン修正
This commit is contained in:
parent
6a8bdba849
commit
bc8a786db7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user