From 81ecb0299ded346dc8bf507cc3bcae40727f654f Mon Sep 17 00:00:00 2001 From: Juan Carlos Medina Date: Thu, 13 Aug 2020 11:51:37 -0700 Subject: [PATCH] Configure base/text fontsize to be really big --- styleguide.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styleguide.config.js b/styleguide.config.js index 0ca172a..22dfa62 100644 --- a/styleguide.config.js +++ b/styleguide.config.js @@ -1,6 +1,12 @@ module.exports = { title: 'React Style Guide Example', defaultExample: true, + theme: { + fontSize: { + base: 32, + text: 45, + }, + }, webpackConfig: { module: { rules: [