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