Use a lighter gray color for data
This commit is contained in:
parent
07f3841ee6
commit
5a3831ba74
@ -50,7 +50,7 @@ public class ChatConfig {
|
|||||||
/**
|
/**
|
||||||
* The color used to display data in a message.
|
* The color used to display data in a message.
|
||||||
*/
|
*/
|
||||||
public static TextColor dataColor = PandaTheme.CHAT_GRAY_MID;
|
public static TextColor dataColor = NamedTextColor.GRAY;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The color used for displayed URLs and clickable URLs.
|
* The color used for displayed URLs and clickable URLs.
|
||||||
|
Loading…
Reference in New Issue
Block a user