We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ab037 commit b48601eCopy full SHA for b48601e
apps/app-frontend/src/components/ui/QuickInstanceSwitcher.vue
@@ -46,7 +46,8 @@ onUnmounted(() => {
46
>
47
<Avatar
48
:src="instance.icon_path ? convertFileSrc(instance.icon_path) : null"
49
- circle
+ size="28px"
50
+ :tint-by="instance.path"
51
:class="`transition-all ${instance.install_stage !== 'installed' ? `brightness-[0.25] scale-[0.85]` : `group-hover:brightness-75`}`"
52
/>
53
<div
0 commit comments