Skip to content

Commit d4b05fa

Browse files
committed
style/dialogs/delete confirmation: fix the spacing of the note list
1 parent 4bcf209 commit d4b05fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/client/src/stylesheets/theme-next/dialogs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,8 @@ div.tn-tool-dialog {
392392
}
393393

394394
.delete-notes-list .note-path {
395-
padding-inline-end: 8px;
395+
padding-inline-start: 8px;
396+
color: var(--muted-text-color)
396397
}
397398

398399
/*

0 commit comments

Comments
 (0)