Deskripsi:
- new comp : Radio - fix comp : Text area > placeholder diatas - fix page : report forum sudah pakai radio # No Issue
This commit is contained in:
@@ -44,17 +44,16 @@ export const GStyles = StyleSheet.create({
|
||||
},
|
||||
floatingContainer: {
|
||||
position: "absolute",
|
||||
bottom: 80,
|
||||
bottom: 100,
|
||||
right: 20,
|
||||
zIndex: 8,
|
||||
},
|
||||
|
||||
// Style saat disabled
|
||||
// =============== Disabled Styles =============== //
|
||||
disabledBox: {
|
||||
backgroundColor: MainColor.disabled,
|
||||
borderColor: AccentColor.disabledBorder,
|
||||
},
|
||||
|
||||
inputDisabled: {
|
||||
backgroundColor: "#f0f0f0",
|
||||
borderColor: "#ddd",
|
||||
@@ -65,7 +64,7 @@ export const GStyles = StyleSheet.create({
|
||||
inputPlaceholderDisabled: {
|
||||
color: "#444",
|
||||
},
|
||||
// =============== Main Styles =============== //
|
||||
// =============== Disabled Styles =============== //
|
||||
|
||||
// =============== AUTHENTICATION =============== //
|
||||
authContainer: {
|
||||
@@ -94,6 +93,11 @@ export const GStyles = StyleSheet.create({
|
||||
color: MainColor.white_gray,
|
||||
fontWeight: "normal",
|
||||
},
|
||||
textLabelBold: {
|
||||
fontSize: TEXT_SIZE_MEDIUM,
|
||||
color: MainColor.white_gray,
|
||||
fontWeight: "bold",
|
||||
},
|
||||
// =============== TEXT & LABEL =============== //
|
||||
|
||||
// =============== STACK HEADER =============== //
|
||||
@@ -284,8 +288,10 @@ export const GStyles = StyleSheet.create({
|
||||
// TextArea untuk tambahan
|
||||
textAreaInput: {
|
||||
textAlignVertical: "top",
|
||||
padding: 5,
|
||||
height: undefined, // biar multiline bebas tinggi
|
||||
paddingTop: 10,
|
||||
// height: undefined, // biar multiline bebas tinggi
|
||||
height: 100,
|
||||
width: "100%",
|
||||
},
|
||||
|
||||
// Select
|
||||
|
||||
Reference in New Issue
Block a user