refactor(style): apply new design
This commit is contained in:
@@ -24,9 +24,9 @@ const Badge = ({
|
||||
};
|
||||
|
||||
const sizes = {
|
||||
sm: 'px-2 py-0.5 rounded-lg text-[11px]',
|
||||
md: 'px-2.5 py-0.5 rounded-lg text-[11px]',
|
||||
lg: 'px-3 py-1 rounded-lg text-xs'
|
||||
sm: 'px-2 py-0.5 rounded text-[12px]',
|
||||
md: 'px-2.5 py-0.5 rounded text-[12px]',
|
||||
lg: 'px-3 py-1 rounded text-xs'
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user