Skip to content

Commit

Permalink
chore: Fixed colour issues... again
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsadam committed Sep 13, 2024
1 parent 1d916cc commit 2b178cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
classes: "ml-2",
) %></div>
<%= render ClipboardComponent.new(value: @namespace.puid) do %>
<p class="text-sm text-slate-400 dark:text-slate-600"><%= @namespace.puid %></p>
<p class="text-sm text-slate-500 dark:text-slate-300"><%= @namespace.puid %></p>
<% end %>
</div>
</div>
Expand Down

0 comments on commit 2b178cd

Please sign in to comment.