gpui: Fix incorrect colors comment (#38929)

Floyd Wang created

| 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

Change summary

crates/gpui/src/color.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/gpui/src/color.rs 🔗

@@ -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.,