Added CTA buttons to welcome experience
Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
9dee2ca2be
commit
f89f33347d
5 changed files with 102 additions and 48 deletions
|
@ -854,6 +854,7 @@ pub struct FeedbackStyle {
|
|||
#[derive(Clone, Deserialize, Default)]
|
||||
pub struct WelcomeStyle {
|
||||
pub checkbox: CheckboxStyle,
|
||||
pub button: Interactive<ContainedText>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue