mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-14 23:14:45 +01:00
Fix style classes used on monotone labels (#41969)
* Fix style classes used on monotone labels * Heading>SubHeading
This commit is contained in:
@@ -69,10 +69,10 @@ public sealed class LabelSheetlet : Sheetlet<PalettedStylesheet>
|
||||
.Class(StyleClass.LabelMonospaceText)
|
||||
.Prop(Label.StylePropertyFont, robotoMonoBold11),
|
||||
E<Label>()
|
||||
.Class(StyleClass.LabelMonospaceHeading)
|
||||
.Class(StyleClass.LabelMonospaceSubHeading)
|
||||
.Prop(Label.StylePropertyFont, robotoMonoBold12),
|
||||
E<Label>()
|
||||
.Class(StyleClass.LabelMonospaceSubHeading)
|
||||
.Class(StyleClass.LabelMonospaceHeading)
|
||||
.Prop(Label.StylePropertyFont, robotoMonoBold14),
|
||||
];
|
||||
}
|
||||
|
||||
@@ -41,8 +41,8 @@ public static class StyleClass
|
||||
public const string LabelKeyText = "LabelKeyText";
|
||||
public const string LabelWeak = "LabelWeak"; // replaces `LabelSecondaryColor`
|
||||
public const string LabelMonospaceText = "ConsoleText";
|
||||
public const string LabelMonospaceHeading = "ConsoleText";
|
||||
public const string LabelMonospaceSubHeading = "ConsoleText";
|
||||
public const string LabelMonospaceHeading = "ConsoleHeading";
|
||||
public const string LabelMonospaceSubHeading = "ConsoleSubHeading";
|
||||
|
||||
public const string BackgroundPanel = "BackgroundPanel"; // replaces `AngleRect`
|
||||
public const string BackgroundPanelOpenLeft = "BackgroundPanelOpenLeft"; // replaces `BackgroundOpenLeft`
|
||||
|
||||
Reference in New Issue
Block a user