ivoxavier / kaltracker

Stores yours calories ingestion on ubuntu touch phone
GNU General Public License v3.0
2 stars 3 forks source link

Create a Component For Kaltracker Background #40

Closed ivoxavier closed 1 year ago

ivoxavier commented 1 year ago

Rectangle{ anchors{ top: parent.header.bottom left : parent.left right : parent.right bottom : parent.bottom } color : Suru.theme === 0 ? root.kaltracker_light_theme.background : root.kaltracker_dark_theme.background }

Make this a separate Component under qml/components