@audira/carbon-react-native
Version:
Build React Native apps with component and shared patterns using Carbon
22 lines (21 loc) • 834 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MapCircleBackgroundColor = void 0;
var _carbonReactNativeElements = require("@audira/carbon-react-native-elements");
const MapCircleBackgroundColor = exports.MapCircleBackgroundColor = {
1: {
gray_10: _carbonReactNativeElements.Color.Token.gray_10.layer_accent_01,
gray_100: _carbonReactNativeElements.Color.Token.gray_100.layer_accent_01
},
2: {
gray_10: _carbonReactNativeElements.Color.Token.gray_10.layer_accent_02,
gray_100: _carbonReactNativeElements.Color.Token.gray_100.layer_accent_02
},
3: {
gray_10: _carbonReactNativeElements.Color.Token.gray_10.layer_accent_03,
gray_100: _carbonReactNativeElements.Color.Token.gray_100.layer_accent_03
}
};
//# sourceMappingURL=_map-circle-background-color.js.map