Skip to content

Commit

Permalink
feat: Improve settings tab UI style
Browse files Browse the repository at this point in the history
  • Loading branch information
sunner committed Jun 29, 2023
1 parent e8ca5e5 commit 78176f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/SettingsModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</v-toolbar>
<v-row>
<v-col cols="2">
<v-tabs v-model="tab" direction="vertical">
<v-tabs v-model="tab" direction="vertical" color="primary">
<v-tab value="general">{{ $t("settings.general") }}</v-tab>
<v-tab value="proxy">{{ $t("proxy.name") }}</v-tab>
<v-tab
Expand Down Expand Up @@ -173,4 +173,9 @@ const closeDialog = () => {
:deep() .v-slider-thumb__label {
color: rgb(var(--v-theme-font));
}
/* Keep the orignal case of tab names */
.v-btn {
text-transform: none !important;
}
</style>

1 comment on commit 78176f2

@vercel
Copy link

@vercel vercel bot commented on 78176f2 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-git-main-sunner.vercel.app
chatall-llm.vercel.app
chatall-sunner.vercel.app

Please sign in to comment.