From 550d4c75bd165a39e0961c2c0837f9d6ce97d0a9 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Tue, 2 Dec 2025 08:22:32 +0100 Subject: [PATCH] Invert the icon color in dark mode --- app/views/accounts/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/edit.html.erb b/app/views/accounts/edit.html.erb index e0c2152..1f9f868 100644 --- a/app/views/accounts/edit.html.erb +++ b/app/views/accounts/edit.html.erb @@ -68,7 +68,7 @@
<%= form_with model: @account, method: :put, data: { controller: "form" }, class: "flex align-center gap center" do |form| %>
- <%= image_tag "crown.svg", aria: { hidden: "true" }, size: 18 %> Must be admin to create new rooms + <%= image_tag "crown.svg", class: "colorize--black", aria: { hidden: "true" }, size: 18 %> Must be admin to create new rooms
<%= form.fields_for :settings, @account.settings do |settings_form| %> <%= settings_form.hidden_field :restrict_room_creation_to_administrators,