This commit is contained in:
metacryst
2025-09-03 18:40:57 -05:00
parent 92d8e481ae
commit c91f46191b
6 changed files with 35 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ class Header extends Shadow {
render() {
HStack(() => {
HStack(() => {
img(darkMode ? "_/lightLogo.svg" : "_/logo.svg", 100, 100)
img(darkMode ? "_/transcross.svg" : "_/transcross.svg", 80, 80)
.marginLeft(2, "vw")
// p("Hyperia")
// .marginLeft(10, "px")
@@ -131,7 +131,7 @@ class Header extends Shadow {
HStack(() => {
button(() => {
img("_/silo2.svg", 48, 32)
.backgroundColor(Colors.base)
.backgroundColor(darkMode ? Colors.accent : Colors.base)
})
.addStyle(buttonStyle)
.height(40, "px")