aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDropdown.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/StandardDropdown.qml')
-rw-r--r--components/StandardDropdown.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/StandardDropdown.qml b/components/StandardDropdown.qml
index 6108f145..f4b7a83e 100644
--- a/components/StandardDropdown.qml
+++ b/components/StandardDropdown.qml
@@ -191,7 +191,7 @@ ColumnLayout {
anchors.leftMargin: 12
anchors.rightMargin: 0
font.family: MoneroComponents.Style.fontRegular.name
- font.bold: true
+ font.bold: false
font.pixelSize: fontItemSize
color: itemArea.containsMouse || index === columnid.currentIndex || itemArea.containsMouse ? "#FA6800" : "#FFFFFF"
text: qsTr(column1) + translationManager.emptyString