linphone-desktop/tests/ui/components/form/LightButton.qml
2016-09-13 11:46:27 +02:00

9 lines
191 B
QML

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