UNPKG

react-native-awesome-medialib

Version:
77 lines (76 loc) 2.84 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.white = exports.splashBackground = exports.lightGreen = exports.likeNumber = exports.highlightYellow = exports.black1A = exports.black666 = exports.black444 = exports.black333 = exports.black111 = exports.black = exports.backgroundPink = exports.disablePink = exports.primaryPink = exports.backgroundYellow = exports.yellowButton = exports.yellowAlert = exports.yellow = exports.lightBlue = exports.grayB2 = exports.grayFA = exports.grayE6 = exports.grayF7 = exports.gray73 = exports.grayF5 = exports.grayDD = exports.grayCC = exports.grayEE = exports.grayD8 = exports.grayA2 = exports.grayAA = exports.gray99 = exports.gray88 = exports.gray66 = exports.backgroundColor = void 0; const backgroundColor = '#F9F9F9'; exports.backgroundColor = backgroundColor; const gray66 = '#666666'; exports.gray66 = gray66; const gray88 = '#888888'; exports.gray88 = gray88; const gray99 = '#999999'; exports.gray99 = gray99; const grayAA = '#AAAAAA'; exports.grayAA = grayAA; const grayA2 = '#A2A2A2'; exports.grayA2 = grayA2; const grayD8 = '#D8D8D8'; exports.grayD8 = grayD8; const grayEE = '#EEEEEE'; exports.grayEE = grayEE; const grayCC = '#CCCCCC'; exports.grayCC = grayCC; const grayDD = '#DDDDDD'; exports.grayDD = grayDD; const grayF5 = '#F5F5F5'; exports.grayF5 = grayF5; const gray73 = '#737373'; exports.gray73 = gray73; const grayF7 = '#F7F7F7'; exports.grayF7 = grayF7; const grayE6 = '#E6E6E6'; exports.grayE6 = grayE6; const grayFA = '#FAFAFA'; exports.grayFA = grayFA; const grayB2 = '#B2B2B2'; exports.grayB2 = grayB2; const lightBlue = '#54C4FF'; exports.lightBlue = lightBlue; const yellow = '#FFE500'; exports.yellow = yellow; const yellowAlert = '#FFDE3C'; exports.yellowAlert = yellowAlert; const yellowButton = '#FFEF42'; exports.yellowButton = yellowButton; const backgroundYellow = '#FFF6CC'; exports.backgroundYellow = backgroundYellow; const primaryPink = '#FF84A9'; exports.primaryPink = primaryPink; const disablePink = '#FFE0E9'; exports.disablePink = disablePink; const backgroundPink = '#FFF4F7'; exports.backgroundPink = backgroundPink; const black = 'black'; exports.black = black; const black111 = '#111111'; exports.black111 = black111; const black333 = '#333333'; exports.black333 = black333; const black444 = '#444444'; exports.black444 = black444; const black666 = '#666666'; exports.black666 = black666; const black1A = '#1A1A1A'; exports.black1A = black1A; const highlightYellow = '#FFC000'; exports.highlightYellow = highlightYellow; const likeNumber = '#FFAFAF'; exports.likeNumber = likeNumber; const lightGreen = '#F0F7FA'; exports.lightGreen = lightGreen; const splashBackground = '#fdfff7'; exports.splashBackground = splashBackground; const white = 'white'; exports.white = white; //# sourceMappingURL=Colors.js.map