stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
23 lines (20 loc) • 329 B
text/typescript
import { primitives } from '../../../theme';
export const buttonSizes = {
sm: {
height: 32,
width: 32,
},
md: {
height: 40,
width: 40,
},
lg: {
height: 48,
width: 48,
},
};
export const buttonPadding = {
sm: primitives.spacingSm,
md: primitives.spacingMd,
lg: primitives.spacingLg,
};