diff --git a/AppLogo.qml b/AppLogo.qml index 48aeac4..61b4428 100644 --- a/AppLogo.qml +++ b/AppLogo.qml @@ -1,7 +1,7 @@ import QtQuick Image { - sourceSize.width: 70 - + width: 70 + fillMode: Image.PreserveAspectFit source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg" }