mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
b3f86c566f
- add the missing color properties
8 lines
147 B
QML
8 lines
147 B
QML
import QtQuick 2.14
|
|
|
|
QtObject {
|
|
property var quickTextDocument
|
|
property color codeBackgroundColor
|
|
property color codeForegroundColor
|
|
}
|