gpui: Fix incorrect colors comment (#38929)

| Before | After |
| - | - |
| <img width="466" height="207" alt="SCR-20250926-khst"
src="https://github.com/user-attachments/assets/c28a9ea8-3d22-458c-a683-b2fabe275a04"
/> | <img width="480" height="215" alt="SCR-20250926-kgru"
src="https://github.com/user-attachments/assets/cfee6392-804c-46e2-a55a-f72071264d10"
/> |

Release Notes:

- N/A
This commit is contained in:
Floyd Wang
2025-09-25 21:53:04 -06:00
committed by GitHub
parent 94fe862fb6
commit 0891a7142d
+1 -1
View File
@@ -362,7 +362,7 @@ pub const fn transparent_black() -> Hsla {
}
}
/// Transparent black in [`Hsla`]
/// Transparent white in [`Hsla`]
pub const fn transparent_white() -> Hsla {
Hsla {
h: 0.,