store info - done
This commit is contained in:
+15
-5
@@ -14,9 +14,10 @@ const GlobalTheme = {
|
||||
// Primary Colors
|
||||
primary: '#113F8C', // Main color for buttons, headers
|
||||
secondary: '#2357C6',
|
||||
lightbluetext:'#7F83AB',
|
||||
text: '#333333', // Text color for most content
|
||||
lightblue:'#EAF1FF',
|
||||
lightblueborder:'#C6DBFF24',
|
||||
lightblue:'#E2E7F2',
|
||||
lightblueborder:'#ECECEC',
|
||||
|
||||
// Additional Colors
|
||||
success: '#4caf50', // Success or positive action color
|
||||
@@ -27,7 +28,7 @@ const GlobalTheme = {
|
||||
// Grayscale
|
||||
white: '#ffffff',
|
||||
lightGray: '#F1F1F1',
|
||||
gray: '#cccccc',
|
||||
gray: '#676767',
|
||||
darkGray: '#555555',
|
||||
black: '#000000',
|
||||
},
|
||||
@@ -35,7 +36,8 @@ const GlobalTheme = {
|
||||
// Define typography styles here (e.g., font family, sizes, line heights, etc.)
|
||||
fontFamily: 'Regular',
|
||||
fontSize: {
|
||||
xsmall: 12,
|
||||
xxsmall: 12,
|
||||
xsmall :14,
|
||||
small: 16,
|
||||
medium: 18,
|
||||
large: 20,
|
||||
@@ -61,6 +63,8 @@ const GlobalTheme = {
|
||||
lg: 15,
|
||||
lgg: 20,
|
||||
xlg: 25,
|
||||
xxlg: 35,
|
||||
|
||||
},
|
||||
// Add other global theme properties as needed
|
||||
};
|
||||
@@ -68,9 +72,15 @@ const GlobalTheme = {
|
||||
export default GlobalTheme;
|
||||
|
||||
export const shadow = {
|
||||
shadowColor: '#00000014',
|
||||
shadowColor: '#00000029',
|
||||
shadowOffset: {width: 5, height: 5},
|
||||
shadowOpacity: 0.8,
|
||||
shadowRadius: 10,
|
||||
elevation: 20,
|
||||
};
|
||||
|
||||
export const horizonalLine = {
|
||||
backgroundColor :'#E2E7F2',
|
||||
height:1.5,
|
||||
width: '100%',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user