Skip to content

Commit

Permalink
Update BoxHighlight.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Dec 18, 2024
1 parent 7c4d3e7 commit 048d966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite/HomeBox/BoxHighlight.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AbsoluteFill } from "remotion";

export const BoxHighlight: React.FC = () => {
return (
<AbsoluteFill>
<AbsoluteFill style={{ pointerEvents: "none" }}>
<AbsoluteFill
style={{
backgroundColor: "#fff",
Expand All @@ -20,7 +20,7 @@ export const BoxHighlight: React.FC = () => {

export const PinkHighlightBox: React.FC = () => {
return (
<AbsoluteFill>
<AbsoluteFill style={{ pointerEvents: "none" }}>
<div
style={{
backgroundColor: "pink",
Expand Down

0 comments on commit 048d966

Please sign in to comment.