mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 15:18:07 +00:00
8 lines
163 B
QML
8 lines
163 B
QML
import QtQuick 2.7
|
|
|
|
// ===================================================================
|
|
|
|
DarkButton {
|
|
backgroundColor: '#D1D1D1'
|
|
textColor: '#5A585B'
|
|
}
|