mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 21:01:54 +05:30
feat: update style
This commit is contained in:
@@ -9,7 +9,7 @@ export const Tray = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<box cssClasses={["tray"]}>
|
||||
<box cssClasses={["pill"]}>
|
||||
{bind(tray, "items").as((items) =>
|
||||
items.map((item) => <image gicon={bind(item, "gicon")} />),
|
||||
)}
|
||||
|
Reference in New Issue
Block a user