@ozen-ui/kit
Version:
React component library
16 lines (15 loc) • 472 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LIST_CARD_ITEM_BACKGROUND_COLOR_SCHEME = void 0;
exports.LIST_CARD_ITEM_BACKGROUND_COLOR_SCHEME = {
MAIN: {
base: 'background-main',
hover: 'background-main-hover',
pressed: 'background-main-pressed',
},
PRIMARY: {
base: 'background-primary',
hover: 'background-primary-hover',
pressed: 'background-primary-pressed',
},
};
;