fix: material icons font file (#8366)

This commit is contained in:
Aaryan Khandelwal 2025-12-17 20:30:11 +05:30 committed by GitHub
parent 8b0a8160a1
commit b906d42e1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 4 deletions

View file

@ -177,6 +177,7 @@ export const PublishProjectModal = observer(function PublishProjectModal(props:
{isProjectPublished && (
<Button
variant="error-fill"
size="lg"
onClick={() => handleUnPublishProject(watch("id") ?? "")}
loading={isUnPublishing}
>
@ -197,7 +198,7 @@ export const PublishProjectModal = observer(function PublishProjectModal(props:
<div className="px-5 space-y-4">
{isProjectPublished && projectPublishSettings && (
<>
<div className="bg-layer-1 border border-strong rounded-md py-1.5 pl-4 pr-1 flex items-center justify-between gap-2">
<div className="border border-strong rounded-md py-1.5 pl-4 pr-1 flex items-center justify-between gap-2">
<a
href={publishLink}
className="text-13 text-secondary truncate"
@ -209,7 +210,7 @@ export const PublishProjectModal = observer(function PublishProjectModal(props:
<div className="flex-shrink-0 flex items-center gap-1">
<a
href={publishLink}
className="size-8 grid place-items-center bg-surface-2 hover:bg-surface-1 rounded-sm"
className="size-8 grid place-items-center bg-layer-3 hover:bg-layer-3-hover rounded-sm"
target="_blank"
rel="noopener noreferrer"
>
@ -217,7 +218,7 @@ export const PublishProjectModal = observer(function PublishProjectModal(props:
</a>
<button
type="button"
className="h-8 bg-surface-2 hover:bg-surface-1 rounded-sm text-11 font-medium py-2 px-3"
className="h-8 bg-layer-3 hover:bg-layer-3-hover rounded-sm text-11 font-medium py-2 px-3"
onClick={handleCopyLink}
>
Copy link