diff --git a/app/javascript/dashboard/routes/dashboard/settings/personal/AccessToken.vue b/app/javascript/dashboard/routes/dashboard/settings/personal/AccessToken.vue index 08014f5e9..be66e1687 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/personal/AccessToken.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/personal/AccessToken.vue @@ -14,7 +14,7 @@ type="submit" size="large" icon="text-copy" - variant="ghost" + variant="outline" color-scheme="secondary" @click="onClick" > diff --git a/app/javascript/dashboard/routes/dashboard/settings/personal/AudioAlertCondition.vue b/app/javascript/dashboard/routes/dashboard/settings/personal/AudioAlertCondition.vue index dfaa13df7..e7156c24a 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/personal/AudioAlertCondition.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/personal/AudioAlertCondition.vue @@ -16,7 +16,7 @@ v-model="item.model" type="checkbox" :value="item.value" - class="mb-0 mt-0.5 border-[1.5px] flex-shrink-0 shadow border-slate-200 dark:border-slate-600 appearance-none rounded-[4px] w-4 h-4 dark:bg-slate-800 focus:ring-1 focus:ring-slate-100 dark:focus:ring-slate-700 checked:bg-primary-600 after:content-[''] after:text-white checked:after:content-['✓'] after:flex after:items-center after:justify-center checked:border-t checked:border-woot-700 dark:checked:border-woot-300 checked:border-b-0 checked:border-r-0 checked:border-l-0 after:text-center after:text-xs after:font-bold after:relative after:-top-[1.5px]" + class="mt-1 dark:border-slate-600 checked:bg-primary-600 dark:checked:bg-primary-600 shadow appearance-none rounded-[4px] w-4 h-4 focus:ring-1 after:content-[''] after:text-white checked:after:content-['✓'] after:flex after:items-center after:justify-center after:text-center after:text-xs after:font-bold after:relative" @input="onChange" />