Unify text style names
This commit is contained in:
parent
37f910949d
commit
f8f1a3f86e
3 changed files with 10 additions and 10 deletions
|
@ -811,9 +811,9 @@ pub struct TerminalStyle {
|
|||
pub struct FeedbackStyle {
|
||||
pub submit_button: Interactive<ContainedText>,
|
||||
pub button_margin: f32,
|
||||
pub info_text: ContainedText,
|
||||
pub link_text: ContainedText,
|
||||
pub link_hover_text: ContainedText,
|
||||
pub info_text_default: ContainedText,
|
||||
pub link_text_default: ContainedText,
|
||||
pub link_text_hover: ContainedText,
|
||||
}
|
||||
|
||||
#[derive(Clone, Deserialize, Default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue