Skip to content

Commit

Permalink
refactor: change build step font style to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleh Patseyeu authored and alexey-yaremenko committed Apr 7, 2023
1 parent d6447a7 commit 4bd2cc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace StansAssets.Build.Pipeline
{
//TODO: move certain methods to
//TODO: move certain methods to the com.stansassets.foundation package
public static class ReflectionUtils
{
static readonly string[] s_BuiltInAssemblyPrefixes = { "Mono.", "Unity.", "UnityEngine", "UnityEditor", "System", "mscorlib" };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ static void AddBuildSteps(VisualElement container, IEnumerable<BuildStepViewMode
{
var label = new Label { text = $"- {step.name}" };
label.AddToClassList("item-build-entity");
label.AddToClassList("italic");
container.Add(label);
}
}
Expand Down

0 comments on commit 4bd2cc3

Please sign in to comment.