status-desktop/storybook/mocks/DotherSide/StatusSyntaxHighlighter.qml
Lukáš Tinkl b3f86c566f chore: update StatusSyntaxHighlighter mock for storybook
- add the missing color properties
2023-01-26 13:31:06 +01:00

8 lines
147 B
QML

import QtQuick 2.14
QtObject {
property var quickTextDocument
property color codeBackgroundColor
property color codeForegroundColor
}