app/views/themes/light/_alert.html.erb in bullet_train-themes-light-1.0.47 vs app/views/themes/light/_alert.html.erb in bullet_train-themes-light-1.0.48

- old
+ new

@@ -1,8 +1,8 @@ <% color ||= 'yellow' %> <div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 py-4 px-5 mb-3"> - <h3 class="text-sm text-<%= color %>-900 font-light"> + <h3 class="text-sm text-black-400 font-light"> <%= yield %> </h3> </div> <% # we have to list out the evaluations we want possible above so purgecss includes them in production. %>