Skip to content

Commit

Permalink
update submit
Browse files Browse the repository at this point in the history
  • Loading branch information
SuaYoo committed Feb 3, 2025
1 parent 1b0fe5c commit 92a9a49
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 192 deletions.
7 changes: 2 additions & 5 deletions frontend/src/components/ui/copy-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export class CopyField extends TailwindElement {
@property({ type: Boolean })
hoist = false;

@property({ type: Boolean })
border = true;

@property({ type: Boolean })
monostyle = true;

Expand Down Expand Up @@ -68,8 +65,8 @@ export class CopyField extends TailwindElement {
<div
role="group"
class=${clsx(
this.border && tw`rounded border`,
this.filled && tw`bg-slate-50`,
tw`rounded border`,
this.filled ? tw`bg-slate-50` : tw`border-neutral-150`,
this.monostyle && tw`font-monostyle`,
)}
>
Expand Down
Loading

0 comments on commit 92a9a49

Please sign in to comment.