diff --git a/quartz/components/styles/darkmode.scss b/quartz/components/styles/darkmode.scss index b328743..e0999c7 100644 --- a/quartz/components/styles/darkmode.scss +++ b/quartz/components/styles/darkmode.scss @@ -5,7 +5,7 @@ background: none; border: none; width: 20px; - height: 20px; + height: 32px; margin: 0; text-align: inherit; flex-shrink: 0; diff --git a/quartz/components/styles/readermode.scss b/quartz/components/styles/readermode.scss index 79332c3..e2df7c0 100644 --- a/quartz/components/styles/readermode.scss +++ b/quartz/components/styles/readermode.scss @@ -5,7 +5,7 @@ background: none; border: none; width: 20px; - height: 20px; + height: 32px; margin: 0; text-align: inherit; flex-shrink: 0;