pub fn button_with_text_style<S: Into<String>>( ui: &mut UI<'_, '_>, label: S, style: TextStyle, ) -> Response