- {{ expandedGalleryItem.title }} -
-- {{ expandedGalleryItem.description }} -
-diff --git a/apps/app-frontend/src/components/ui/app-update-button/index.vue b/apps/app-frontend/src/components/ui/app-update-button/index.vue index f5098e0187..084cb25b5d 100644 --- a/apps/app-frontend/src/components/ui/app-update-button/index.vue +++ b/apps/app-frontend/src/components/ui/app-update-button/index.vue @@ -3,7 +3,7 @@ v-if="showUpdatePill" type="outlined" native-type="button" - class="!h-[34px] text-sm !transition-[opacity,transform,background-color,color,filter] !duration-200 ease-out !text-brand [&>svg]:!text-brand !shadow-[inset_0_0_0_1px_var(--color-brand)] hover:!bg-brand focus-visible:!bg-brand hover:!text-[var(--color-accent-contrast)] focus-visible:!text-[var(--color-accent-contrast)]" + class="!h-[34px] text-sm !transition-[opacity,transform,background-color,color,filter] !duration-200 ease-out !text-brand [&>svg]:!text-inherit !shadow-[inset_0_0_0_1px_var(--color-brand)] hover:!bg-brand focus-visible:!bg-brand hover:!text-[var(--color-accent-contrast)] focus-visible:!text-[var(--color-accent-contrast)]" :class="{ 'opacity-0 scale-[0.96]': finishedDownloading && !animateReadyPill, 'opacity-100 scale-100': finishedDownloading && animateReadyPill, diff --git a/apps/app-frontend/src/pages/project/Gallery.vue b/apps/app-frontend/src/pages/project/Gallery.vue index 454d20cfb4..5d4446b3cd 100644 --- a/apps/app-frontend/src/pages/project/Gallery.vue +++ b/apps/app-frontend/src/pages/project/Gallery.vue @@ -14,70 +14,72 @@ -