Added CTA buttons to welcome experience

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Mikayla Maki 2023-03-06 09:58:07 -08:00
parent 9dee2ca2be
commit f89f33347d
5 changed files with 102 additions and 48 deletions

View file

@ -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)]