Save local changes (GSC/Bing integrations) before merging PR #354
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { motion } from "framer-motion";
|
||||
import { Paper, alpha } from "@mui/material";
|
||||
|
||||
export const GlassyCard = motion(Paper);
|
||||
export const GlassyCard = motion.create(Paper);
|
||||
|
||||
export const glassyCardSx = {
|
||||
borderRadius: 3,
|
||||
|
||||
Reference in New Issue
Block a user