Skip to content

Commit b48601e

Browse files
committed
make quick instances square to match elsewhere and add tint
1 parent 39ab037 commit b48601e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ onUnmounted(() => {
4646
>
4747
<Avatar
4848
:src="instance.icon_path ? convertFileSrc(instance.icon_path) : null"
49-
circle
49+
size="28px"
50+
:tint-by="instance.path"
5051
:class="`transition-all ${instance.install_stage !== 'installed' ? `brightness-[0.25] scale-[0.85]` : `group-hover:brightness-75`}`"
5152
/>
5253
<div

0 commit comments

Comments
 (0)