This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2025-06-12 21:58:39 +02:00

8 lines
111 B
QML

import QtQuick 2.0
import Nymea 1.0
import "qrc:/styles/light"
Rectangle {
color: Style.backgroundColor
}