修复样式bug
This commit is contained in:
parent
da5463f0db
commit
bc7c1b113a
screeens/Search
|
@ -778,10 +778,10 @@ export default function Search({ navigation, route }) {
|
||||||
handleResetFiltersSearchValue("comprehensive");
|
handleResetFiltersSearchValue("comprehensive");
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
width: "34%",
|
paddingHorizontal: 10,
|
||||||
height: 32,
|
height: 32,
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "flex-center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
backgroundColor: "#301024",
|
backgroundColor: "#301024",
|
||||||
borderRadius: 12,
|
borderRadius: 12,
|
||||||
|
@ -831,10 +831,10 @@ export default function Search({ navigation, route }) {
|
||||||
handleResetFiltersSearchValue("zone_admission_price");
|
handleResetFiltersSearchValue("zone_admission_price");
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
width: "34%",
|
paddingHorizontal: 10,
|
||||||
height: 32,
|
height: 32,
|
||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "flex-center",
|
alignItems: "center",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
backgroundColor: "#301024",
|
backgroundColor: "#301024",
|
||||||
borderRadius: 12,
|
borderRadius: 12,
|
||||||
|
|
Loading…
Reference in New Issue