adjust icon in product update

This commit is contained in:
miloschwartz
2025-11-14 17:35:51 -05:00
parent 5b31bbce8d
commit 4f026acad8
2 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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">