fix: tampilan
Deskripsi: - input komentar diskusi divisi dan umum - jarak top right info detail diskusi divisi dan umum No Issues
This commit is contained in:
@@ -141,6 +141,8 @@ export default function DetailDiscussionGeneral() {
|
||||
<SkeletonContent />
|
||||
:
|
||||
<BorderBottomItem
|
||||
descEllipsize={false}
|
||||
width={55}
|
||||
borderType="bottom"
|
||||
icon={
|
||||
<View style={[Styles.iconContent, ColorsStatus.lightGreen]}>
|
||||
@@ -177,6 +179,7 @@ export default function DetailDiscussionGeneral() {
|
||||
return (
|
||||
<BorderBottomItem
|
||||
key={i}
|
||||
width={55}
|
||||
borderType="bottom"
|
||||
icon={
|
||||
<ImageUser src={`https://wibu-storage.wibudev.com/api/files/${item.img}`} size="xs" />
|
||||
@@ -192,8 +195,9 @@ export default function DetailDiscussionGeneral() {
|
||||
</View>
|
||||
</ScrollView>
|
||||
<View style={[
|
||||
Styles.ph15,
|
||||
Styles.contentItemCenter,
|
||||
Styles.absolute0,
|
||||
Styles.w100,
|
||||
{ backgroundColor: "#f4f4f4" },
|
||||
]}>
|
||||
<InputForm
|
||||
|
||||
@@ -196,7 +196,7 @@ export default function DiscussionDetail() {
|
||||
:
|
||||
<BorderBottomItem
|
||||
descEllipsize={false}
|
||||
width={60}
|
||||
width={55}
|
||||
borderType="bottom"
|
||||
icon={
|
||||
<ImageUser
|
||||
@@ -267,8 +267,9 @@ export default function DiscussionDetail() {
|
||||
</ScrollView>
|
||||
<View
|
||||
style={[
|
||||
Styles.ph15,
|
||||
Styles.contentItemCenter,
|
||||
Styles.absolute0,
|
||||
Styles.w100,
|
||||
{ backgroundColor: "#f4f4f4" },
|
||||
]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user