Skip to content

Commit 550d4c7

Browse files
committed
Invert the icon color in dark mode
1 parent 7b7b3f8 commit 550d4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/accounts/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="margin-block-start pad-block pad-inline-double fill-shade border-radius">
6969
<%= form_with model: @account, method: :put, data: { controller: "form" }, class: "flex align-center gap center" do |form| %>
7070
<div class="flex-item-grow flex align-center gap txt-align-start">
71-
<%= image_tag "crown.svg", aria: { hidden: "true" }, size: 18 %> Must be admin to create new rooms
71+
<%= image_tag "crown.svg", class: "colorize--black", aria: { hidden: "true" }, size: 18 %> Must be admin to create new rooms
7272
</div>
7373
<%= form.fields_for :settings, @account.settings do |settings_form| %>
7474
<%= settings_form.hidden_field :restrict_room_creation_to_administrators,

0 commit comments

Comments
 (0)