Skip to content

Commit

Permalink
Fix text color issue and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LagueKristin committed Mar 20, 2024
1 parent 220a60c commit 078cbaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ GUIStyle ButtonStyle

void Init()
{
if (m_Initialized)
return;
m_BodyStyle = new GUIStyle(EditorStyles.label);
m_BodyStyle.wordWrap = true;
m_BodyStyle.fontSize = 14;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.



## [17.0.3] - 2024-03-20

### Changed

- Fixed an issue where switching editor color would not update welcome page text color

## [17.0.2] - 2024-03-05

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"ErrorExceptions": [
{
"ValidationTest": "Primed Library Validation",
"PackageVersion": "17.0.2"
"PackageVersion": "17.0.3"
}
],
"WarningExceptions": []
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.template.hdrp-blank",
"displayName":"3D HDRP",
"version": "17.0.2",
"version": "17.0.3",
"type": "template",
"host": "hub",
"unity": "2023.3",
Expand Down

0 comments on commit 078cbaf

Please sign in to comment.