mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 09:16:40 +00:00
adjust icon in product update
This commit is contained in:
@@ -188,12 +188,12 @@ function ProductUpdatesListPopup({
|
|||||||
<div className="rounded-md bg-muted-foreground/20 p-2">
|
<div className="rounded-md bg-muted-foreground/20 p-2">
|
||||||
<BellIcon className="flex-none size-4" />
|
<BellIcon className="flex-none size-4" />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2 flex-1">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center w-full">
|
||||||
<p className="font-medium text-start">
|
<p className="font-medium text-start">
|
||||||
{t("productUpdateWhatsNew")}
|
{t("productUpdateWhatsNew")}
|
||||||
</p>
|
</p>
|
||||||
<div className="p-1 cursor-pointer">
|
<div className="p-1 cursor-pointer ml-auto">
|
||||||
<ChevronRightIcon className="size-4 flex-none" />
|
<ChevronRightIcon className="size-4 flex-none" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ export default function ResourcesTable({
|
|||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="sm"
|
size="sm"
|
||||||
className="flex items-center gap-2 h-8 px-0"
|
className="flex items-center gap-2 h-8 px-0 font-normal"
|
||||||
>
|
>
|
||||||
<StatusIcon status={overallStatus} />
|
<StatusIcon status={overallStatus} />
|
||||||
<span className="text-sm">
|
<span className="text-sm">
|
||||||
|
|||||||
Reference in New Issue
Block a user