Skip to content

Commit 2e4a0d9

Browse files
Update surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages/Colors.kt
Co-authored-by: Copilot <[email protected]>
1 parent 17ec451 commit 2e4a0d9

File tree

1 file changed

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

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,11 @@ interface Colors {
4646

4747
/**
4848
* The note color (#6EA6D9).
49-
* Used to display a note or other which is not
50-
* an info or primary text
49+
* Used for supplemental or side-note information that adds context,
50+
* tips, or clarifications to a primary message.
51+
* Prefer this for ancillary guidance rather than main content:
52+
* use [INFO] for neutral system messages or status updates, and [PRIMARY]
53+
* for branded elements such as titles or key headings.
5154
*/
5255
@JvmField
5356
val NOTE: TextColor = color(0x6EA6D9)

0 commit comments

Comments
 (0)