style: update badge classes for weather art display
- 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:
parent
9a02115562
commit
468a665354
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user