Skip to content

Commit 22de7c9

Browse files
Document NOTE color constant in Colors.kt
Added documentation for the NOTE color constant.
1 parent d3a4350 commit 22de7c9

File tree

1 file changed

+8
-0
lines changed
  • surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages

1 file changed

+8
-0
lines changed

surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ interface Colors {
4444
@JvmField
4545
val INFO: TextColor = color(0x97B3F7)
4646

47+
/**
48+
* The note color (#6EA6D9).
49+
* Used to display a note or other which is not
50+
* an info or primary text
51+
*/
52+
@JvmField
53+
val NOTE: TextColor = color(0x6EA6D9)
54+
4755
/**
4856
* The success color (#65ff64).
4957
* Indicates a positive outcome of a user action and is always

0 commit comments

Comments
 (0)