@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
18 lines (17 loc) • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BADGE_SIZES = void 0;
var _Badge = require("./Badge.types");
const BADGE_SIZES = exports.BADGE_SIZES = {
[_Badge.BadgeSize.SMALL]: {
font: '70%',
padding: '0 6px'
},
[_Badge.BadgeSize.DEFAULT]: {
font: '80%',
padding: '2px 8px 0 8px'
}
};
//# sourceMappingURL=Badge.constants.js.map