tengits-debug-tool
Version:
debug-tool for react-native
20 lines (17 loc) • 514 B
JavaScript
export const DebugColors = {
black: '#000000',
white: '#FFFFFF',
page_bg: '#F5F5F5', //默认页面背景色
yellow: '#E18605', //按钮等颜色
blue: '#007AFF', //按钮等颜色
red: '#FF1D1D',
text: '#000000', //默认字体颜色
text_light: '#15161B',
text_lighter: '#545454',
text_hint: '#C8C8C8',
text_gray: '#86878A',
line: '#DEDEDF',//分割线色值
disable: '#F4F4F5',//按钮不可用
transparent: 'transparent',
orange: '#FAB945'
};