Finish basic welcome experience

This commit is contained in:
Mikayla Maki
2023-03-06 16:28:23 -08:00
parent 020a0965b0
commit ba652fc033
5 changed files with 143 additions and 139 deletions
+6 -2
View File
@@ -853,14 +853,18 @@ pub struct FeedbackStyle {
#[derive(Clone, Deserialize, Default)]
pub struct WelcomeStyle {
pub page_width: f32,
pub logo_subheading: ContainedText,
pub checkbox: CheckboxStyle,
pub button: Interactive<ContainedText>,
}
#[derive(Clone, Deserialize, Default)]
pub struct CheckboxStyle {
pub icon: String,
pub icon_color: Color,
pub check_icon: String,
pub check_icon_color: Color,
pub label: ContainedText,
pub container: ContainerStyle,
pub width: f32,
pub height: f32,
pub default: ContainerStyle,