style(ui): increase button md size text from 12px to 13px
This commit is contained in:
@@ -28,13 +28,13 @@ const Button = ({
|
||||
|
||||
const sizes = {
|
||||
sm: '',
|
||||
md: 'px-[12px] py-[7px] text-[12px] gap-1.5',
|
||||
md: 'px-[12px] py-[7px] text-[13px] gap-1.5',
|
||||
lg: ''
|
||||
};
|
||||
|
||||
const iconOnlySizes = {
|
||||
sm: '',
|
||||
md: 'p-[7px] text-[12px]',
|
||||
md: 'p-[7px] text-[13px]',
|
||||
lg: ''
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user