summaryrefslogtreecommitdiffstats
path: root/qml/components/Event.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/components/Event.qml')
-rw-r--r--qml/components/Event.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/qml/components/Event.qml b/qml/components/Event.qml
index 4de0b93..bf6d80d 100644
--- a/qml/components/Event.qml
+++ b/qml/components/Event.qml
@@ -114,7 +114,6 @@ Rectangle {
Layout.preferredWidth: Theme.sizes.buttonWidth
style: ButtonStyle {
background: Rectangle {
- radius: 5
border.width: 2
border.color: Theme.colors.qtgreen
color: control.pressed ? Qt.darker(Theme.colors.qtgreen, 1.1) : Theme.colors.qtgreen
@@ -123,7 +122,8 @@ Rectangle {
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
text: control.text
- color: Theme.colors.black
+ color: Theme.colors.white
+ font.capitalization: Font.AllUppercase
font.pointSize: Theme.fonts.six_pt
}
}