Skip to content

Commit

Permalink
ui: remove white tint from frozen panel
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert committed Apr 26, 2024
1 parent ef98c6c commit 8cb4cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tardis/internals/styles.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ pub fn frozen_panel() {
sketch.right(px(0)),
sketch.left(px(0)),
sketch.z_index(1_000_000),
sketch.background("rgba(255, 255, 255, 0.1)"),
// sketch.background("rgba(255, 255, 255, 0.1)"),
])
|> sketch.to_lustre()
}

0 comments on commit 8cb4cb4

Please sign in to comment.