use one consistent color for logo

This commit is contained in:
talksik
2025-07-24 08:21:42 -07:00
parent 604b3623d9
commit 828f5b3d15
+1 -1
View File
@@ -3,5 +3,5 @@ import QtQuick
Image { Image {
width: 70 width: 70
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg" source: "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-4.svg"
} }