diff --git a/src/components/app/AppCircle.vue b/src/components/app/AppCircle.vue index 8b70f8ea..7fb3e5f3 100644 --- a/src/components/app/AppCircle.vue +++ b/src/components/app/AppCircle.vue @@ -14,6 +14,7 @@ defineProps<{ bordered?: boolean; dark?: boolean }>(); align-items: center; justify-content: center; overflow: hidden; + border: 1px solid transparent; border-radius: var(--radius-round); background-color: var(--surface-1); aspect-ratio: var(--ratio-square);