Skip to content

Commit 7df1029

Browse files
ari-partyIgnisRBX
andauthored
Apply suggestions from code review
Co-authored-by: IgnisRBX <[email protected]>
1 parent 61e04a7 commit 7df1029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/ChatWindowMessageProperties.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ properties:
5959
Color of the text in the chat window.
6060
description: |
6161
Determines the color of the text in the chat window. Default value is
62-
`Datatype.Color3.new(1, 1, 1)` (white).
62+
`Datatype.Color3.fromRGB(255, 255, 255)` (white).
6363
code_samples: []
6464
type: Color3
6565
tags: []

0 commit comments

Comments
 (0)