Skip to content

Commit ff7667f

Browse files
author
yaroslav8765
committed
fix: removed white background from the country flag
1 parent 721b556 commit ff7667f

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,5 +1,5 @@
11
<template>
2-
<component v-if="getFlagComponent(countryCode)" class="flag-icon rounded-sm" :is="getFlagComponent(countryCode)" />
2+
<component v-if="getFlagComponent(countryCode)" class="flag-icon !shadow-none rounded-sm" :is="getFlagComponent(countryCode)" />
33
<span v-else-if="countryCode">{{ countryCode }}</span>
44
</template>
55

0 commit comments

Comments
 (0)