From 395571bd89498fce46d37f3853cf718387fd0d9a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 27 Dec 2021 11:20:26 +0100 Subject: chore: add a theme toggle Dark theme is not implemented yet. --- src/components/Form/Form.module.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Form/Form.module.scss') diff --git a/src/components/Form/Form.module.scss b/src/components/Form/Form.module.scss index 891db19..25fce19 100644 --- a/src/components/Form/Form.module.scss +++ b/src/components/Form/Form.module.scss @@ -7,6 +7,10 @@ display: flex; flex-flow: row nowrap; } + + &--theme { + line-height: 1; + } } .item { -- cgit v1.2.3