diff --git a/app/views/settings/_user_avatar_field.html.erb b/app/views/settings/_user_avatar_field.html.erb index 1bedac90e..64f23d9b1 100644 --- a/app/views/settings/_user_avatar_field.html.erb +++ b/app/views/settings/_user_avatar_field.html.erb @@ -5,7 +5,7 @@ @@ -52,7 +52,7 @@ <%= form.file_field :profile_image, accept: "image/png, image/jpeg", - class: "hidden px-3 py-2 bg-gray-50 text-primary rounded-md text-sm font-medium", + class: "hidden px-3 py-2 bg-surface-inset text-primary rounded-md text-sm font-medium", data: { profile_image_preview_target: "input", action: "change->profile-image-preview#showFileInputPreview" diff --git a/app/views/settings/ai_prompts/show.html.erb b/app/views/settings/ai_prompts/show.html.erb index 6847b0481..60e11c9bb 100644 --- a/app/views/settings/ai_prompts/show.html.erb +++ b/app/views/settings/ai_prompts/show.html.erb @@ -24,7 +24,7 @@
-
+
<%= icon "message-circle" %>
@@ -52,7 +52,7 @@
-
+
<%= icon "brain" %>
@@ -80,7 +80,7 @@
-
+
<%= icon "store" %>
diff --git a/app/views/settings/hostings/_twelve_data_settings.html.erb b/app/views/settings/hostings/_twelve_data_settings.html.erb index f5d725753..91ee30aca 100644 --- a/app/views/settings/hostings/_twelve_data_settings.html.erb +++ b/app/views/settings/hostings/_twelve_data_settings.html.erb @@ -45,12 +45,12 @@ limit: number_with_delimiter(@twelve_data_usage.data.limit), percentage: number_to_percentage(@twelve_data_usage.data.utilization, precision: 1)) %>

-
+
-
+

<%= t(".plan", plan: @twelve_data_usage.data.plan) %>

diff --git a/app/views/settings/llm_usages/show.html.erb b/app/views/settings/llm_usages/show.html.erb index c2d4660af..7abcd4f5e 100644 --- a/app/views/settings/llm_usages/show.html.erb +++ b/app/views/settings/llm_usages/show.html.erb @@ -135,10 +135,10 @@ <%= icon "alert-circle", class: "w-4 h-4 text-red-600 theme-dark:text-red-400" %> Failed
-