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 5a729ee commit 3007041Copy full SHA for 3007041
adminforth/spa/src/afcl/CountryFlag.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="aspect-[4/3] w-8 h-6 flex items-center justify-center">
3
- <component v-if="getFlagComponent(countryCode)" :is="getFlagComponent(countryCode)" class="flag-icon w-full h-full object-contain !shadow-none rounded-sm"/>
+ <component v-if="getFlagComponent(countryCode)" :is="getFlagComponent(countryCode)" class="flag-icon w-full h-full object-contain rounded-sm"/>
4
<span v-else-if="countryCode">{{ countryCode }}</span>
5
</div>
6
</template>
0 commit comments