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