popups now default to hud color

This commit is contained in:
Jakob Pinterits
2024-05-26 08:39:51 +02:00
parent b288004fd3
commit a354b4c87c
+1 -1
View File
@@ -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