app/views/themes/light/attributes/_base.html.erb in bullet_train-themes-light-1.3.19 vs app/views/themes/light/attributes/_base.html.erb in bullet_train-themes-light-1.3.20
- old
+ new
@@ -4,10 +4,10 @@
<% body = link_to_if url.present?, partial.body, url %>
<% case strategy %>
<% when :label %>
<div>
- <label class="block text-2xs font-semibold py-2 dark:text-white">
+ <label class="block text-2xs uppercase font-semibold py-2 dark:text-white">
<%= partial.heading %>
</label>
<div class="dark:text-slate-400">
<%= body %>
</div>