Skip to content

Commit

Permalink
style: lighten fluid modal footer color
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksteffens committed Aug 7, 2023
1 parent 3660ebd commit d36d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/fluid-modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

{{#if (has-block "footer")}}
<footer
class="bg-neutral-200 border-t border-neutral-300 rounded-b p-4 flex flex-shrink-0 space-x-4"
class="bg-neutral-100 border-t border-neutral-300 rounded-b p-4 flex flex-shrink-0 space-x-4"
>
{{yield to="footer"}}
</footer>
Expand Down

0 comments on commit d36d74d

Please sign in to comment.