From 3a58f7109642df08554999a7e21760b7e8e393ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Tue, 11 Oct 2022 21:32:16 +0200 Subject: [PATCH] Tweak color --- YACReaderLibrary/folder_content_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/folder_content_view.cpp b/YACReaderLibrary/folder_content_view.cpp index 78c9a3b4..89c35873 100644 --- a/YACReaderLibrary/folder_content_view.cpp +++ b/YACReaderLibrary/folder_content_view.cpp @@ -80,7 +80,7 @@ FolderContentView::FolderContentView(QWidget *parent) #endif if (theme == Light) { - ctxt->setContextProperty("continueReadingBackgroundColor", "#DDDDDD"); + ctxt->setContextProperty("continueReadingBackgroundColor", "#E8E8E8"); ctxt->setContextProperty("continueReadingColor", "#000000"); ctxt->setContextProperty("backgroundColor", "#F6F6F6");