Another project
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 306 B View raw
1disallowed-methods = [ 2 { path = "palette::rgb::Rgb::new", reason = "construct Color via theme tokens; raw palette color bypasses the bone-ui::theme boundary" }, 3 { path = "palette::Oklch::new", reason = "construct Color via theme tokens; raw palette color bypasses the bone-ui::theme boundary" }, 4]