diff --git a/debian/changelog b/debian/changelog index f70cc53..b31e68c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +calamares-settings-ubuntu (1:22.10.12) kinetic; urgency=medium + + * Fix for black Ubuntu Studio sidebar (LP: #1991251) + + -- Erich Eickmeyer Tue, 04 Oct 2022 18:33:58 -0700 + calamares-settings-ubuntu (1:22.10.11) kinetic; urgency=medium * Tackled edge case for if libreoffice-help-$LOCALE doesn't exist but diff --git a/ubuntustudio/branding/ubuntustudio/branding.desc b/ubuntustudio/branding/ubuntustudio/branding.desc index 3dedc89..e0f0810 100644 --- a/ubuntustudio/branding/ubuntustudio/branding.desc +++ b/ubuntustudio/branding/ubuntustudio/branding.desc @@ -25,6 +25,6 @@ slideshow: "show.qml" slideshowAPI: 1 style: - sidebarBackground: "#2d2d2d" - sidebarText: "#FFFFFF" - sidebarTextSelect: "#4285F4" + SidebarBackground: "#2d2d2d" + SidebarText: "#FFFFFF" + SidebarTextSelect: "#4285F4"