diff --git a/components/document/itemFile.tsx b/components/document/itemFile.tsx
index 241ea9d..cf18488 100644
--- a/components/document/itemFile.tsx
+++ b/components/document/itemFile.tsx
@@ -22,21 +22,13 @@ export default function ItemFile({ category, checked, dateTime, title, onChecked
?
<>
-
+
>
: category == 'file-shared'
?
<>
-
+
>
:
category == 'folder'
diff --git a/constants/Styles.ts b/constants/Styles.ts
index 93ae47f..c3be293 100644
--- a/constants/Styles.ts
+++ b/constants/Styles.ts
@@ -510,6 +510,11 @@ const Styles = StyleSheet.create({
absolute0: {
position: 'absolute',
bottom: 0
+ },
+ absoluteIcon: {
+ top: 18,
+ left: 20,
+ position: 'absolute'
}
})