Add styles for branch create button

This commit is contained in:
Piotr Osiewicz 2023-07-10 16:51:18 +02:00
parent 4a69c71167
commit 92a0a4e367
3 changed files with 38 additions and 13 deletions

View file

@ -586,7 +586,7 @@ pub struct Picker {
pub no_matches: ContainedLabel,
pub item: Toggleable<Interactive<ContainedLabel>>,
pub header: ContainedLabel,
pub footer: ContainedLabel,
pub footer: Interactive<ContainedLabel>,
}
#[derive(Clone, Debug, Deserialize, Default, JsonSchema)]