fix styles, icons

This commit is contained in:
2023-10-01 15:24:00 +02:00
parent 7dfec0b3ed
commit 7646c83f59
7 changed files with 30 additions and 35 deletions

View File

@ -25,11 +25,7 @@ for (let [name, icon] of Object.entries(IconNames)) {
Icons.push({
name,
icon: () =>
h(
"div",
{ className: "flex items-center" },
h("i", { className: icon, style: { fontSize: "1.5rem" } })
),
h("i", { className: "CMS_Icon_root cms-icon " + icon, style: { fontSize: "1.5rem" } })
});
}