Skip to content

Commit

Permalink
Merge branch 'main' into frontend-collection-editing-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Feb 10, 2025
2 parents 86784da + a04a228 commit b233321
Show file tree
Hide file tree
Showing 4 changed files with 410 additions and 401 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/copy-field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class CopyField extends TailwindElement {
role="group"
class=${clsx(
tw`rounded border`,
this.filled && tw`bg-slate-50`,
this.filled ? tw`bg-slate-50` : tw`border-neutral-150`,
this.monostyle && tw`font-monostyle`,
)}
>
Expand Down
Loading

0 comments on commit b233321

Please sign in to comment.