styling!!!!!!!!!!!!!!

This commit is contained in:
Benjamin Palko 2025-04-07 21:42:03 -04:00
parent 0ba4396ab6
commit 31af598f7f
2 changed files with 37 additions and 8 deletions

View file

@ -9,9 +9,8 @@ const OS = function () {
hexpand
halign={Gtk.Align.START}
cssClasses={["Arch"]}
>
<image iconName={GLib.get_os_info("LOGO") || "missing-symbolic"} />
</button>
iconName={GLib.get_os_info("LOGO") || "missing-symbolic"}
/>
);
};