From d4b05fa0a01015ee24f4d60f78d10098cfdaf37e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 22 Oct 2025 01:29:54 +0300 Subject: [PATCH] style/dialogs/delete confirmation: fix the spacing of the note list --- apps/client/src/stylesheets/theme-next/dialogs.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/dialogs.css b/apps/client/src/stylesheets/theme-next/dialogs.css index c3b1d5238..ed617991c 100644 --- a/apps/client/src/stylesheets/theme-next/dialogs.css +++ b/apps/client/src/stylesheets/theme-next/dialogs.css @@ -392,7 +392,8 @@ div.tn-tool-dialog { } .delete-notes-list .note-path { - padding-inline-end: 8px; + padding-inline-start: 8px; + color: var(--muted-text-color) } /*