fix: reduce modal background fade amount
This commit is contained in:
parent
52c02def2c
commit
0dc6fae7b7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue