refactor(tracker/gioui): Popup in same style as other widgets

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-24 20:25:52 +03:00
parent 18d198d764
commit b4ec136ab1
4 changed files with 63 additions and 57 deletions

View File

@ -97,8 +97,8 @@ type Theme struct {
Bg color.NRGBA
}
Popup struct {
Bg color.NRGBA
Shadow color.NRGBA
Menu PopupStyle
Dialog PopupStyle
}
ScrollBar ScrollBarStyle