Skip to content

Commit

Permalink
chore: update StatusSyntaxHighlighter mock for storybook
Browse files Browse the repository at this point in the history
- add the missing color properties
  • Loading branch information
caybro committed Jan 26, 2023
1 parent 63a0f51 commit b3f86c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storybook/mocks/DotherSide/StatusSyntaxHighlighter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ import QtQuick 2.14

QtObject {
property var quickTextDocument
property color codeBackgroundColor
property color codeForegroundColor
}

0 comments on commit b3f86c5

Please sign in to comment.