diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index d8e15c9d..fd533fe0 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -473,7 +473,7 @@ Rectangle { height: showCurrentComic ? 270 : 20 Rectangle { - color: "#88000000" + color: (Qt.platform.os === "osx") ? "#88FFFFFF" : "#88000000" id: currentComicVisualView