linphone-desktop/tests/ui/Linphone/Form/LightButton.qml
2016-09-26 15:34:33 +02:00

8 lines
163 B
QML

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