freerasp-react-native
Version:
React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.
11 lines (10 loc) • 348 B
text/typescript
export const Colors = {
background: 'rgba(26, 31, 45, 255)',
checkOkLight: 'rgba(173, 247, 187, 1)',
checkNokLight: 'rgba(247, 173, 173, 1)',
checkOkDark: 'green',
checkNokDark: 'rgb(200, 0, 0)',
grey: 'rgb(120, 120, 120)',
progressLight: 'rgba(173, 216, 230, 1)', // light blue
progressDark: 'rgb(30, 144, 255)', // dodger blue
};