mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Fix overridden border radius (#413)
* Fix overridden border radius * Extra comma
This commit is contained in:
@@ -21,12 +21,12 @@ module.exports = {
|
||||
Roboto: ["Roboto"],
|
||||
monospace: ["monospace"],
|
||||
Menlo: ["Menlo"]
|
||||
},
|
||||
borderRadius: {
|
||||
// tried using rem value here, but it wouldn't load on iOS or Android
|
||||
DEFAULT: "7px"
|
||||
}
|
||||
},
|
||||
borderRadius: {
|
||||
// tried using rem value here, but it wouldn't load on iOS or Android
|
||||
DEFAULT: "7px"
|
||||
},
|
||||
colors: {
|
||||
primary: "#77b300",
|
||||
secondary: "#979797",
|
||||
|
||||
Reference in New Issue
Block a user