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