Add a new button for the action

This commit is contained in:
Kirill Bulatov 2023-07-14 15:50:45 +03:00
parent ccc78000bd
commit b14cd5f56d
2 changed files with 33 additions and 0 deletions

View file

@ -379,6 +379,7 @@ pub struct Search {
pub invalid_include_exclude_editor: ContainerStyle,
pub include_exclude_inputs: ContainedText,
pub option_button: Toggleable<Interactive<ContainedText>>,
pub action_button: Interactive<ContainedText>,
pub match_background: Color,
pub match_index: ContainedText,
pub results_status: TextStyle,