fix buzzwords callout style

This commit is contained in:
Chuck Dries 2022-01-09 07:21:49 -08:00
parent 6d8e944b01
commit 72bcdbc0c0

View File

@ -12,12 +12,9 @@ const getButtonClasses = (isClient) =>
const ActionButtons = ({ isClient, image, shuffleImage }) => ( const ActionButtons = ({ isClient, image, shuffleImage }) => (
<div className="flex flex-col"> <div className="flex flex-col">
<div className="p-4 m-4 bg-buzzwordsPrimary bg-opacity-50 rounded-xl flex flex-col text-center"> <div className="p-4 m-4 bg-buzzwordsPrimary blurred-or-opaque-bg-1 rounded-xl flex flex-col text-center z-10">
<h3>Try the game I&apos;m making!</h3> <h3>Try the game I&apos;m making!</h3>
<a <a className={getButtonClasses(isClient)} href="https://buzzwords.gg">
className={getButtonClasses(isClient)}
href="https://buzzwords.gg"
>
Buzzwords Buzzwords
</a> </a>
</div> </div>