mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-25 15:58:16 +00:00
9 lines
191 B
QML
9 lines
191 B
QML
import QtQuick 2.7
|
|
import QtQuick.Controls 2.0
|
|
|
|
// ===================================================================
|
|
|
|
DarkButton {
|
|
backgroundColor: '#D1D1D1'
|
|
textColor: '#5A585B'
|
|
}
|