Skip to content

Commit

Permalink
Merge pull request #140 from movableink/nicksteffens/sc-89974/fluid-m…
Browse files Browse the repository at this point in the history
…odal/footer/color-update

style: lighten fluid modal footer color
  • Loading branch information
nicksteffens authored Aug 8, 2023
2 parents 3660ebd + ea26476 commit 29b429b
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-white 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 29b429b

Please sign in to comment.