From fe8317ac3dec375434d26b38de3838149d902a41 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 24 Sep 2025 16:54:50 +0800 Subject: [PATCH] Fixed ui --- src/components/File/File.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/File/File.sass b/src/components/File/File.sass index 743861b..da94001 100644 --- a/src/components/File/File.sass +++ b/src/components/File/File.sass @@ -6,7 +6,7 @@ flex-direction: column align-items: center justify-content: center - height: 200px + height: 250px width: 100% row-gap: 5px border: 1px solid #ffffff6c @@ -26,7 +26,7 @@ justify-content: center width: 100% height: 100% - color: #5f8ebe9c + color: #5f8ebebf cursor: pointer font-size: 1rem @@ -67,7 +67,7 @@ column-gap: 5px // border: 1px solid rgba(187, 187, 187, 0.706) padding: 10px - background-color: #2b4055b7 + background-color: #2b405542 margin: 0 1rem &__itemPreview