Fix false hex color example

This commit is contained in:
Jakob K
2021-06-28 01:11:36 +02:00
parent e23c902983
commit a80e3c97ee

View File

@@ -35,7 +35,7 @@ class LiteralTextBuilder(val internalText: BaseComponent, ) {
* e.g. Medium turquoise: * e.g. Medium turquoise:
* - `color = col(0x4BD6CB)` * - `color = col(0x4BD6CB)`
* - `color = col(4970187)` * - `color = col(4970187)`
* - `color = col("#4970187")` * - `color = col("#4BD6CB")`
* - `color = KColors.MEDIUMTURQUOISE` * - `color = KColors.MEDIUMTURQUOISE`
*/ */
var color: ChatColor? = null var color: ChatColor? = null