feat: add simple logo
It maintains a discreet presence with dark & light mode.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
|
||||
Image {
|
||||
sourceSize.width: 70
|
||||
|
||||
source: Theme.darkTheme ? "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-3.svg" : "qrc:/live.flowy/imports/DesignSystem/logos/FLOWY-5.svg"
|
||||
}
|
||||
Reference in New Issue
Block a user