ui/qml/styles/CwtchComboBoxStyle.qml

7 lines
92 B
QML

import QtQuick.Controls.Styles 1.4
import QtQuick 2.7
ComboBoxStyle {
textColor: "#000"
}