Skip to content

Commit 1af72f6

Browse files
authored
fix: TextColor3 default value
1 parent bba8bc6 commit 1af72f6

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(255, 255, 255)` (white).
62+
`Datatype.Color3.new(1, 1, 1)` (white).
6363
code_samples: []
6464
type: Color3
6565
tags: []

0 commit comments

Comments
 (0)