diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/package/contents/ui/Notification.qml | 2 | ||||
-rw-r--r-- | components/theme/contents/ui/Colors.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/package/contents/ui/Notification.qml b/components/package/contents/ui/Notification.qml index 8c0551f8..15291c43 100644 --- a/components/package/contents/ui/Notification.qml +++ b/components/package/contents/ui/Notification.qml | |||
@@ -73,7 +73,7 @@ MouseArea { | |||
73 | 73 | ||
74 | font.pixelSize: 16 | 74 | font.pixelSize: 16 |
75 | 75 | ||
76 | color: KubeTheme.Colors.highlighedTextColor | 76 | color: KubeTheme.Colors.highlightedTextColor |
77 | horizontalAlignment: Text.AlignHCenter | 77 | horizontalAlignment: Text.AlignHCenter |
78 | elide: Text.ElideRight | 78 | elide: Text.ElideRight |
79 | wrapMode: Text.Wrap | 79 | wrapMode: Text.Wrap |
diff --git a/components/theme/contents/ui/Colors.qml b/components/theme/contents/ui/Colors.qml index 2cd22b9b..9d1737d1 100644 --- a/components/theme/contents/ui/Colors.qml +++ b/components/theme/contents/ui/Colors.qml | |||
@@ -26,7 +26,7 @@ Item { | |||
26 | property string backgroundColor: "#eff0f1" | 26 | property string backgroundColor: "#eff0f1" |
27 | property string viewBackgroundColor: "#fcfcfc" | 27 | property string viewBackgroundColor: "#fcfcfc" |
28 | property string highlightColor: "#3daee9" | 28 | property string highlightColor: "#3daee9" |
29 | property string highlighedTextColor: "#fcfcfc" | 29 | property string highlightedTextColor: "#fcfcfc" |
30 | 30 | ||
31 | 31 | ||
32 | property string positveColor: "#27ae60" | 32 | property string positveColor: "#27ae60" |