通過ボタンのデザイン修正
This commit is contained in:
parent
6a8bdba849
commit
bc8a786db7
@ -50,12 +50,14 @@ export const ScrollStickyContent = (props) => {
|
|||||||
>
|
>
|
||||||
見込
|
見込
|
||||||
</Text>
|
</Text>
|
||||||
|
<View>
|
||||||
|
<View style={{ flex: 1 }} />
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: 15,
|
fontSize: 12,
|
||||||
width: 50,
|
width: 50,
|
||||||
paddingBottom: 0,
|
paddingBottom: 0,
|
||||||
margin: 0,
|
margin: "auto",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
textAlignVertical: "center",
|
textAlignVertical: "center",
|
||||||
opacity: haveThrough ? 1 : 0,
|
opacity: haveThrough ? 1 : 0,
|
||||||
@ -71,6 +73,8 @@ export const ScrollStickyContent = (props) => {
|
|||||||
>
|
>
|
||||||
(通過{showThrew ? "▼" : "▶"})
|
(通過{showThrew ? "▼" : "▶"})
|
||||||
</Text>
|
</Text>
|
||||||
|
<View style={{ flex: 1 }} />
|
||||||
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
Loading…
Reference in New Issue
Block a user