Skip to content

Commit

Permalink
update field trip color
Browse files Browse the repository at this point in the history
  • Loading branch information
JHWelch committed Oct 5, 2023
1 parent 5e49898 commit 497ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/movie/field_trip_banner.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template x-if="movie.isFieldTrip">
<a
:href="movie.showingUrl"
class="absolute inset-0 flex items-center justify-between w-full h-12 p-3 font-medium text-center text-white text-md opacity-80 bg-fuchsia-500"
class="absolute inset-0 flex items-center justify-between w-full h-12 p-3 font-medium text-center text-white text-md bg-opacity-80 bg-violet-500"
>
<span x-text="movie.theaterName"></span>

Expand Down

0 comments on commit 497ceac

Please sign in to comment.