linphone-desktop/tests/ui/components/form/LightButton.qml
2016-09-14 14:10:55 +02:00

8 lines
163 B
QML

import QtQuick 2.7
// ===================================================================
DarkButton {
backgroundColor: '#D1D1D1'
textColor: '#5A585B'
}