Struct onyx::ui::ButtonStyle [] [src]

pub struct ButtonStyle {
    pub normal: Color,
    pub hovered: Color,
    pub pressed: Color,
}

Fields