stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
25 lines • 522 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.buttonSizes = exports.buttonPadding = void 0;
var _theme = require("../../../theme");
var buttonSizes = exports.buttonSizes = {
sm: {
height: 32,
width: 32
},
md: {
height: 40,
width: 40
},
lg: {
height: 48,
width: 48
}
};
var buttonPadding = exports.buttonPadding = {
sm: _theme.primitives.spacingSm,
md: _theme.primitives.spacingMd,
lg: _theme.primitives.spacingLg
};
//# sourceMappingURL=constants.js.map