mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-04-29 05:05:32 +08:00
Merge pull request #33 from blockstack/fix/buttons
fix: Smaller font size
This commit is contained in:
@@ -20,13 +20,13 @@ const sizes = {
|
||||
lg: {
|
||||
height: 12,
|
||||
minWidth: 9 * 14,
|
||||
fontSize: 'body.small',
|
||||
fontSize: '14px',
|
||||
px: 5,
|
||||
},
|
||||
md: {
|
||||
height: 10,
|
||||
minWidth: 10,
|
||||
fontSize: 'body.small',
|
||||
fontSize: '14px',
|
||||
px: 4,
|
||||
}
|
||||
};
|
||||
|
||||
@@ -5,7 +5,7 @@ import { PseudoBoxProps } from '../pseudo-box/types';
|
||||
/**
|
||||
* The size of the button
|
||||
*/
|
||||
export type ButtonSizes = 'sm' | 'md' | 'lg';
|
||||
export type ButtonSizes = 'md' | 'lg';
|
||||
/**
|
||||
* The color scheme of the button variant. Use the color keys passed in `theme.colors`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user