Another project
1
fork

Configure Feed

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

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