mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-07 20:09:40 -05:00
popups now default to hud color
This commit is contained in:
@@ -78,7 +78,7 @@ class Popup(FundamentalComponent):
|
||||
anchor: rio.Component
|
||||
content: rio.Component
|
||||
_: KW_ONLY
|
||||
color: rio.ColorSet = "neutral"
|
||||
color: rio.ColorSet = "hud"
|
||||
position: Literal["left", "top", "right", "bottom", "center"] = "center"
|
||||
alignment: float = 0.5
|
||||
gap: float = 0.8
|
||||
|
||||
Reference in New Issue
Block a user