From e2708f1985a4ec30042d4bd3259a157f63bae5c4 Mon Sep 17 00:00:00 2001 From: Artemy Date: Mon, 3 Apr 2023 19:45:07 +0300 Subject: [PATCH] fix: styles --- src/index.css | 2 +- src/pages/settings.jsx | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/index.css b/src/index.css index e0be70d..bf13651 100644 --- a/src/index.css +++ b/src/index.css @@ -56,7 +56,7 @@ @apply p-1; @apply rounded-lg; @apply bg-zinc-200 border-zinc-400; - @apply dark:bg-zinc-800 dark:border-zinc-600 overflow-scroll; + @apply dark:bg-zinc-800 dark:border-zinc-600 overflow-auto; } .md a { diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index 2e07b08..db44e0c 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -10,9 +10,7 @@ function Settings() { Настройки -

- Пользователь -

+ -

- Заметки -

+ -

- Интерфейс -

+ -

- Стороннее API -

+ + {text} + + ); +} + export default Settings;