linphone-desktop/tests/ui/modules/Linphone/Form/LightButton.qml
2016-09-27 09:12:10 +02:00

8 lines
163 B
QML

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