diff --git a/app/components/theme/switcher_component.yml b/app/components/theme/switcher_component.yml
index c4e7302226..b384d87962 100644
--- a/app/components/theme/switcher_component.yml
+++ b/app/components/theme/switcher_component.yml
@@ -4,7 +4,7 @@ link:
mobile: 'text-gray-600 hover:bg-gray-50 hover:text-gray-900 text-base font-medium py-2 px-2 dark:hover:bg-gray-700/60 dark:hover:text-gray-200'
icon_only: 'py-2 px-3'
icon:
- base: 'h-5 w-5 text-gray-400 group-hover:text-gray-500 dark:text-gray-300 dark:group-hover:text-gray-400'
+ base: 'h-5 w-5 text-gray-400 group-hover:text-gray-500 dark:text-gray-300 dark:group-hover:text-gray-300'
default: 'mr-3'
mobile: 'mr-4 h-6 w-6'
- icon_only: 'text-gray-500 group-hover:text-gray-700'
+ icon_only: 'text-gray-500 group-hover:text-gray-400'
diff --git a/app/components/user/profile_dropdown_component.html.erb b/app/components/user/profile_dropdown_component.html.erb
index a05230bddb..a4903de9eb 100644
--- a/app/components/user/profile_dropdown_component.html.erb
+++ b/app/components/user/profile_dropdown_component.html.erb
@@ -24,10 +24,6 @@
Settings
<% end %>
- <%= turbo_frame_tag 'theme_switcher' do %>
- <%= render Theme::SwitcherComponent.new(current_theme:) %>
- <% end %>
-
<%= link_to sign_out_path, class: 'text-gray-700 dark:text-gray-300 group flex items-center px-3 py-2 text-sm' do %>
<%= inline_svg_tag 'icons/sign-out.svg', class: 'mr-3 h-5 w-5 text-gray-400 group-hover:text-gray-500 dark:text-gray-300 dark:group-hover:text-gray-400', aria: true, title: 'Sign out icon' %>
Sign out
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 66d5a50b6a..7b80a9a06c 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -21,8 +21,8 @@
-
-
+
+
<%= stylesheet_link_tag 'application_stylesheet', media: 'all' %>
<%= stylesheet_pack_tag 'application' %>
diff --git a/app/views/layouts/component_preview.html.erb b/app/views/layouts/component_preview.html.erb
index 63e2a7a3d1..65c725b684 100644
--- a/app/views/layouts/component_preview.html.erb
+++ b/app/views/layouts/component_preview.html.erb
@@ -16,6 +16,5 @@
max-width: <%= params.dig(:lookbook, :display, :max_width) || '100%' %>
">
<%= yield %>
- <%= render 'shared/ga' %>