We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7b3f8 commit 550d4c7Copy full SHA for 550d4c7
1 file changed
app/views/accounts/edit.html.erb
@@ -68,7 +68,7 @@
68
<div class="margin-block-start pad-block pad-inline-double fill-shade border-radius">
69
<%= form_with model: @account, method: :put, data: { controller: "form" }, class: "flex align-center gap center" do |form| %>
70
<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
+ <%= image_tag "crown.svg", class: "colorize--black", aria: { hidden: "true" }, size: 18 %> Must be admin to create new rooms
72
</div>
73
<%= form.fields_for :settings, @account.settings do |settings_form| %>
74
<%= settings_form.hidden_field :restrict_room_creation_to_administrators,
0 commit comments