From 9a2af2e743e7ca67ca1f1d28fd110f0cb8d2bf15 Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Wed, 14 May 2025 16:21:37 +0200 Subject: [PATCH] respect organization time format settings in api tokens section --- resources/css/app.css | 2 +- resources/js/Pages/Profile/Partials/ApiTokensForm.vue | 9 ++++++--- resources/js/packages/ui/src/utils/time.ts | 5 +++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/resources/css/app.css b/resources/css/app.css index b60d9752..8f40c4e6 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -44,7 +44,7 @@ --theme-color-input-select-active: rgb(var(--color-accent-300)); --theme-color-input-select-active-hover: rgb(var(--color-accent-200)); - --color-accent-default: rgb(var(--color-accent-900)); + --color-accent-default: rgba(var(--color-accent-300), 0.2); --color-accent-foreground: rgb(var(--color-accent-100)); } diff --git a/resources/js/Pages/Profile/Partials/ApiTokensForm.vue b/resources/js/Pages/Profile/Partials/ApiTokensForm.vue index 9dabe169..a915e6a1 100644 --- a/resources/js/Pages/Profile/Partials/ApiTokensForm.vue +++ b/resources/js/Pages/Profile/Partials/ApiTokensForm.vue @@ -1,7 +1,7 @@