Style info text

This commit is contained in:
Joseph Lyons 2023-02-08 21:02:28 -05:00
parent a9c2f42f70
commit 57e10ce7c6
3 changed files with 9 additions and 12 deletions

View file

@ -811,6 +811,7 @@ pub struct TerminalStyle {
pub struct FeedbackStyle {
pub submit_button: Interactive<ContainedText>,
pub button_margin: f32,
pub info_text: ContainedText,
}
#[derive(Clone, Deserialize, Default)]