diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 13:30:36 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-02 13:30:36 +0800 |
commit | 680f327d67558f97505cd0c0f9c95765f143d763 (patch) | |
tree | 6ead5a5b831d83223f55611b688382591f64d9a7 /Shop/Course.ui.qml | |
parent | c43051ce55cceeb6d51858e6f5edd6041573c503 (diff) |
Separate order summary
Diffstat (limited to 'Shop/Course.ui.qml')
-rw-r--r-- | Shop/Course.ui.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Shop/Course.ui.qml b/Shop/Course.ui.qml index b743ee5..502fbab 100644 --- a/Shop/Course.ui.qml +++ b/Shop/Course.ui.qml @@ -69,7 +69,6 @@ ColumnLayout { bottom: parent.bottom } text: priceText - color: "#0cbc87" } } } |