Skip to content

Commit

Permalink
Fix font color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
LagueKristin committed Mar 20, 2024
1 parent cec94eb commit 9aa4a9a
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 @@ -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 @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- Enabled Incremental GC
- Fixes an issue where switching editor color would not update welcome page text color

## [14.0.3] - 2023-05-15

Expand Down

0 comments on commit 9aa4a9a

Please sign in to comment.