chore: update StatusSyntaxHighlighter mock for storybook

- add the missing color properties
This commit is contained in:
Lukáš Tinkl 2023-01-25 19:28:47 +01:00 committed by Lukáš Tinkl
parent 63a0f51305
commit b3f86c566f
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@ import QtQuick 2.14
QtObject {
property var quickTextDocument
property color codeBackgroundColor
property color codeForegroundColor
}