Skip to content

Commit

Permalink
Update plugins/ui/DESIGN.md
Browse files Browse the repository at this point in the history
Co-authored-by: Don <dsmmcken@gmail.com>
  • Loading branch information
mofojed and dsmmcken authored Oct 17, 2023
1 parent 13ef8de commit d53d0e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/ui/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,9 +821,7 @@ ui_panel = ui.panel(
title: str | Element | None = None,
description: str | None = None,
background_color: Color | None = None,
color: Color | None = None,
tab_background_color: Color | None = None,
tab_color: Color | None = None,
is_closable: bool = True,
on_focus: Callable[[UIPanel], None] | None = None,
on_blur: Callable[[UIPanel], None] | None = None,
Expand Down

0 comments on commit d53d0e0

Please sign in to comment.