feat(spaces): make the Space accent real end to end

This commit is contained in:
2026-07-10 11:45:08 -04:00
parent e95177b3e6
commit dd0f84600d
7 changed files with 103 additions and 10 deletions
+5
View File
@@ -80,6 +80,11 @@ impl Space {
self.record_update();
}
pub fn set_accent_hex(&mut self, accent_hex: u32) {
self.accent_hex = accent_hex;
self.record_update();
}
pub fn set_presentation(
&mut self,
name: impl Into<String>,