Skip to content

Commit 0891a71

Browse files
authored
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
1 parent 94fe862 commit 0891a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gpui/src/color.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ pub const fn transparent_black() -> Hsla {
362362
}
363363
}
364364

365-
/// Transparent black in [`Hsla`]
365+
/// Transparent white in [`Hsla`]
366366
pub const fn transparent_white() -> Hsla {
367367
Hsla {
368368
h: 0.,

0 commit comments

Comments
 (0)