Skip to content

Commit

Permalink
oh wait apparently that was important
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiringLich committed Sep 24, 2024
1 parent 7e936b4 commit a94a803
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public NanotrasenStylesheet(object config) : base(config)
.Prop(Control.StylePropertyModulateSelf, Color.FromHex("#757575")),
],
// Finally, load all the other sheetlets.
GetAllSheetletRules<PalettedStylesheet, CommonSheetletAttribute>(),
GetAllSheetletRules<NanotrasenStylesheet, CommonSheetletAttribute>(),
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public SystemStylesheet(object config) : base(config)
Element().Prop(Label.StylePropertyFont, BaseFont.GetFont(PrimaryFontSize)),
],
// Finally, load all the other sheetlets.
GetAllSheetletRules<PalettedStylesheet, CommonSheetletAttribute>(),
GetAllSheetletRules<SystemStylesheet, CommonSheetletAttribute>(),
};

Expand Down

0 comments on commit a94a803

Please sign in to comment.