rollback plex-sans since the feedback from the user wasn't ok (inter was still 'fuzzy')

This commit is contained in:
Gani Georgiev
2026-05-04 20:57:13 +03:00
parent 7542cd14e2
commit 8091a756e8
28 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export function collectionRulesTab(upsertData) {
app.components.slide(
() => local.showRulesInfo,
t.div(
{ className: "alert warning m-t-sm txt-sm" },
{ className: "alert warning m-t-sm" },
t.div(
{ className: "content" },
t.p(null, "The following record fields are available:"),
+1 -1
View File
@@ -267,7 +267,7 @@ export function pageCollections(route) {
onclick: () => app.modals.openRecordUpsert(app.store.activeCollection),
},
t.i({ className: "ri-add-line", ariaHidden: true }),
t.span({ className: "txt", textContent: "New Record" }),
t.span({ className: "txt", textContent: "New record" }),
);
},
),