Skip to content

Commit 3007041

Browse files
author
yaroslav8765
committed
fix: add shadow to the flag background
1 parent 5a729ee commit 3007041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/CountryFlag.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<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"/>
3+
<component v-if="getFlagComponent(countryCode)" :is="getFlagComponent(countryCode)" class="flag-icon w-full h-full object-contain rounded-sm"/>
44
<span v-else-if="countryCode">{{ countryCode }}</span>
55
</div>
66
</template>

0 commit comments

Comments
 (0)