fix(ui/components/Search): type error with unnecessary property

This commit is contained in:
PalmDevs 2024-02-09 00:27:17 +07:00
parent b7e329ad9f
commit aa4bd693bd
No known key found for this signature in database
GPG key ID: ADC432EE981495A3

View file

@ -9,7 +9,6 @@ const styles = stylesheet.createThemedStyleSheet({
margin: 0, margin: 0,
padding: 0, padding: 0,
borderBottomWidth: 0, borderBottomWidth: 0,
background: "none",
backgroundColor: "none", backgroundColor: "none",
} }
}); });