style: update badge classes for weather art display
Some checks are pending
Docker / docker (push) Waiting to run
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

- Change badge class from 'badge-neutral' to 'badge-ghost' for
  better visual consistency.
- This update improves the UI by aligning the badge styles with
  the overall design language of the application.
This commit is contained in:
songtianlun 2025-02-18 17:00:49 +08:00
parent 9a02115562
commit 468a665354

View File

@ -28,10 +28,10 @@
<div class="badge badge-lg badge-secondary">
<%= @weather_art&.city&.state&.name %>
</div>
<div class="badge badge-lg badge-neutral">
<div class="badge badge-lg badge-ghost">
<%= @weather_art.formatted_time(:date) %>
</div>
<div class="badge badge-lg badge-neutral">
<div class="badge badge-lg badge-ghost">
<%= @weather_art.formatted_time(:time, true) %>
</div>
</div>