From ce4d999442222e7f348125a767c0cd16e22fa68e Mon Sep 17 00:00:00 2001 From: oat Date: Tue, 28 Nov 2023 09:24:20 +0700 Subject: [PATCH] style: box color change --- Services/client/src/components/FileItem.vue | 4 ++-- Services/client/src/style/quasar-variables.sass | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index bd7816a..b083846 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -177,7 +177,7 @@ const props = withDefaults( -
+
เอกสาร
.box { display: inline-block; - border: 2px solid rgb(223, 223, 223); + border: 2px solid $separator-color; border-radius: 8px; cursor: pointer; } diff --git a/Services/client/src/style/quasar-variables.sass b/Services/client/src/style/quasar-variables.sass index f29d821..395a21a 100644 --- a/Services/client/src/style/quasar-variables.sass +++ b/Services/client/src/style/quasar-variables.sass @@ -18,7 +18,6 @@ body -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale -$separator-color: #EDEDED !default $shadow-color: #c1c1c7 !default