iOSのLEDボトム文字列が変な場所にある問題を修正
This commit is contained in:
parent
9959fbe5c9
commit
9d75186691
@ -280,7 +280,7 @@ const Footer = ({
|
|||||||
setFinalSwitch,
|
setFinalSwitch,
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<View style={{ flexDirection: "row", padding: 10 }}>
|
<View style={{ flexDirection: "row", padding: 10, alignItems: "center" }}>
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
Loading…
Reference in New Issue
Block a user