diff --git a/layers/components/atoms/Button/Play.vue b/layers/components/atoms/Button/Play.vue index b9a28a7..eedc27d 100644 --- a/layers/components/atoms/Button/Play.vue +++ b/layers/components/atoms/Button/Play.vue @@ -2,6 +2,7 @@ import type { TrackingObject } from '#layers/types/api/common' interface Props { + bgColor?: string tracking: TrackingObject } @@ -16,7 +17,11 @@ const handlePlayClick = () => {