Skip to content

Commit b247af6

Browse files
See USee U
authored andcommitted
fix(tui): make backgroundBackdrop optional to match plugin theme type
1 parent d5756e5 commit b247af6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tui/src/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export type Theme = {
4949
readonly backgroundElement: RGBA
5050
readonly backgroundElevated: RGBA
5151
readonly backgroundMenu: RGBA
52-
readonly backgroundBackdrop: RGBA
52+
readonly backgroundBackdrop?: RGBA
5353
readonly border: RGBA
5454
readonly borderActive: RGBA
5555
readonly borderSubtle: RGBA

0 commit comments

Comments
 (0)