aboutsummaryrefslogtreecommitdiff
path: root/components/DashboardTable.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/DashboardTable.qml')
-rw-r--r--components/DashboardTable.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/components/DashboardTable.qml b/components/DashboardTable.qml
index 1dc0d3b4..ad0b57b6 100644
--- a/components/DashboardTable.qml
+++ b/components/DashboardTable.qml
@@ -145,7 +145,6 @@ ListView {
Text {
font.family: "Arial"
font.pixelSize: 18
- font.letterSpacing: -1
color: "#000000"
text: date
}
@@ -153,7 +152,6 @@ ListView {
Text {
font.family: "Arial"
font.pixelSize: 18
- font.letterSpacing: -1
color: "#000000"
text: time
}
@@ -175,7 +173,6 @@ ListView {
Text {
font.family: "Arial"
font.pixelSize: 18
- font.letterSpacing: -1
color: "#000000"
text: balance
}
@@ -208,7 +205,6 @@ ListView {
anchors.bottom: parent.bottom
font.family: "Arial"
font.pixelSize: 18
- font.letterSpacing: -1
color: out ? "#FF4F41" : "#36B05B"
text: amount
}