fix: reduce modal background fade amount

This commit is contained in:
CJ van den Berg 2024-10-23 20:05:56 +02:00
parent 52c02def2c
commit 0dc6fae7b7
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -13,7 +13,7 @@ pub fn Options(context: type) type {
ctx: Context,
dim: u8 = 255,
dim_target: u8 = 128,
dim_target: u8 = 192,
on_click: *const fn (ctx: context, self: *State(Context)) void = on_click_exit_overlay_mode,
on_click2: *const fn (ctx: context, self: *State(Context)) void = do_nothing,