summaryrefslogtreecommitdiff
path: root/gui/components/ThemedPage.qml
blob: ae358cdd460bba6615bf72baa96b8638d558c5ce (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.9
import QtQuick.Controls 2.2

import "../themes/themes.js" as Theme

Page {
    Rectangle {
        color: customTheme.bgColor
        anchors.fill: parent
    }
}