Fix overridden border radius (#413)

* Fix overridden border radius

* Extra comma
This commit is contained in:
Chris
2023-01-30 03:45:45 -06:00
committed by GitHub
parent f8c403b9b1
commit e825cb88c5

View File

@@ -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",