Commit d0b7a3c9 authored by Chunchi Che's avatar Chunchi Che

fix card highlight

parent 085c15eb
Pipeline #22363 canceled with stages
in 4 minutes and 42 seconds
......@@ -198,7 +198,7 @@ export const Card: FC<{ idx: number }> = React.memo(({ idx }) => {
return (
<animated.div
className="mat-card"
className={classnames("mat-card", { highlight })}
style={
{
transform: to(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment