add IconButton and use in bottom panel

This commit is contained in:
Drew Weymouth
2024-05-27 11:16:39 -07:00
parent 0a818ae7b5
commit 96fed465d7
6 changed files with 225 additions and 57 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ PageHeader = "#181d25"
Background = "#232323"
ScrollBar = "#F3F3F3"
Button = "#14141432"
Foreground = "#e6e6e6"
InputBackground = "#14141432"
[LightColors]
@@ -21,5 +22,5 @@ Background = "#E1DFE1"
ScrollBar = "#565656"
Button = "#C8C8C8F0"
DisabledButton = "#CDCDCDF0"
Foreground = "#0A0A0A"
Foreground = "#262626"
Hyperlink = "#3737FB"