From e825cb88c5ce72f707cf5fab85f43bd8f2ba90fc Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Jan 2023 03:45:45 -0600 Subject: [PATCH] Fix overridden border radius (#413) * Fix overridden border radius * Extra comma --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index c6170918a..446832cd8 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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",