@fluent-windows/core
Version:
React components that inspired by Microsoft's Fluent Design System.
17 lines (16 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var error = {
light3: '#ffbfb3',
light2: '#ff998a',
light1: '#ff7161',
"default": '#f44336',
dark1: '#cf2923',
dark2: '#a81414',
dark3: '#82090d'
};
var _default = error;
exports["default"] = _default;