feature & fix
deskripsi: - fix Text input - feature Box footer & button center
This commit is contained in:
@@ -3,13 +3,14 @@ export const MainColor = {
|
||||
darkblue: "#001D3D",
|
||||
soft_darkblue: "#0e3763",
|
||||
yellow: "#E1B525",
|
||||
white: "#D4D0D0",
|
||||
white_gray: "#D4D0D0",
|
||||
red: "#FF4B4C",
|
||||
orange: "#FF7043",
|
||||
green: "#4CAF4F",
|
||||
text_input: "#EDEBEBFF",
|
||||
placeholder: "#999",
|
||||
disabled: "#606360",
|
||||
white: "#ffffff",
|
||||
};
|
||||
|
||||
export const AccentColor = {
|
||||
|
||||
@@ -6,6 +6,7 @@ export {
|
||||
ICON_SIZE_MEDIUM,
|
||||
DRAWER_HEIGHT,
|
||||
RADIUS_BUTTON,
|
||||
ICON_SIZE_BUTTON,
|
||||
};
|
||||
|
||||
const TEXT_SIZE_SMALL = 12;
|
||||
@@ -14,4 +15,5 @@ const TEXT_SIZE_LARGE = 16;
|
||||
const ICON_SIZE_SMALL = 20;
|
||||
const ICON_SIZE_MEDIUM = 24;
|
||||
const DRAWER_HEIGHT = 500; // tinggi drawer5
|
||||
const RADIUS_BUTTON = 50
|
||||
const RADIUS_BUTTON = 50
|
||||
const ICON_SIZE_BUTTON = 18
|
||||
Reference in New Issue
Block a user