From 1942fcd6489e27c846a99c4ffa0e99c47f90d573 Mon Sep 17 00:00:00 2001 From: echoriiku Date: Tue, 30 Jul 2024 17:42:07 +0000 Subject: [PATCH] fixed the undo/redo button visibility on mobile --- themes/tokyonight-light/v1/theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyonight-light/v1/theme.json b/themes/tokyonight-light/v1/theme.json index 186e85e..dd1d8bf 100644 --- a/themes/tokyonight-light/v1/theme.json +++ b/themes/tokyonight-light/v1/theme.json @@ -120,11 +120,11 @@ "editor": { "primary": { "background": "#f0f1f5", - "border": "#767c9d" + "border": "#d2d8ee" }, "secondary": { "paragraph": "#767c9d", - "border": "#f7f8fc" + "border": "#d2d8ee" } }, "editorToolbar": {