Skip to content

Commit

Permalink
fix: deprecated ThreeMesh fontColor to color
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-liang committed Aug 10, 2023
1 parent 0042352 commit 0f88f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ AFRAME.registerComponent('arenaui-button-panel', {
textAlign: 'center',
fontSize: ARENATypography.button,
margin: ARENALayout.containerPadding * 2,
fontColor: ARENAColors.buttonText,
color: ARENAColors.buttonText,
textContent: data.title,
});
buttonOuterContainer.add(title);
Expand Down

0 comments on commit 0f88f4a

Please sign in to comment.