fix: styles
This commit is contained in:
@@ -26,7 +26,7 @@ export function CountryFlag({ code }: CountryFlagProps) {
|
||||
alt={displayName}
|
||||
width="24"
|
||||
height="16"
|
||||
style={{ borderRadius: '2px', border: '1px solid #ccc' }}
|
||||
style={{ borderRadius: 0.25, border: '1px solid' }}
|
||||
/>
|
||||
<Typography variant="body2">{displayName}</Typography>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user