Add more padding to dismiss button.

Add a style for mode buttons group margin

Co-authored-by: Kyle <kyle@zed.dev>
This commit is contained in:
Piotr Osiewicz 2023-08-14 15:01:01 +02:00
parent d17aba4fd3
commit f4121b42da
4 changed files with 14 additions and 6 deletions

View file

@ -391,6 +391,7 @@ pub struct Search {
pub nav_button: Toggleable<Interactive<ContainedLabel>>,
pub search_bar_row_height: f32,
pub option_button_height: f32,
pub modes_container: ContainerStyle,
}
#[derive(Clone, Deserialize, Default, JsonSchema)]