From e6cc866cae2e24ff6efc07c6007a2905ce1f24d8 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 31 Mar 2021 14:07:36 +0200 Subject: [PATCH] update add button --- packages/website/package.json | 1 + packages/website/src/components/Icons/Add.svg | 14 ++++---------- packages/website/tailwind.config.js | 1 + 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 23053ff8..1b5478d8 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -8,6 +8,7 @@ "@fontsource/sora": "^4.2.2", "@fontsource/source-sans-pro": "^4.2.2", "@svgr/webpack": "^5.5.0", + "@tailwindcss/typography": "^0.4.0", "autoprefixer": "^10.2.5", "bytes": "^3.1.0", "classnames": "^2.2.6", diff --git a/packages/website/src/components/Icons/Add.svg b/packages/website/src/components/Icons/Add.svg index 7331a3d1..75c39471 100644 --- a/packages/website/src/components/Icons/Add.svg +++ b/packages/website/src/components/Icons/Add.svg @@ -1,14 +1,8 @@ - - - - - - - + + - - - + + diff --git a/packages/website/tailwind.config.js b/packages/website/tailwind.config.js index 6d4fb952..f23f6b71 100644 --- a/packages/website/tailwind.config.js +++ b/packages/website/tailwind.config.js @@ -68,6 +68,7 @@ module.exports = { }, }, plugins: [ + require("@tailwindcss/typography"), plugin(function ({ addBase, theme }) { addBase({ body: { color: theme("textColor.palette.600") },