Struct onyx::ui::Style [] [src]

pub struct Style {
    pub margin: f32,
    pub panel: Color,
    pub button: ButtonStyle,
    pub label: LabelStyle,
}

Fields