Skip to content

Commit

Permalink
remove name field customization
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Jan 30, 2025
1 parent 9afc69c commit 405b37e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { tw } from "@/utils/tailwind";
export default function renderGeneral(this: CollectionEdit) {
if (!this.collection) return;
return html`<sl-input
class="with-max-help-text part-[input]:text-base part-[input]:font-semibold"
class="with-max-help-text"
name="name"
label=${msg("Name")}
value=${this.collection.name}
Expand Down

0 comments on commit 405b37e

Please sign in to comment.