diff --git a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx index 486b09496..eec1da626 100644 --- a/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx +++ b/packages/web/components/patterns/LibraryCards/LibraryCardStyles.tsx @@ -18,7 +18,7 @@ export const MenuStyle = { justifyContent: 'center', borderRadius: '1000px', '&:hover': { - bg: '#EBEBEB', + bg: '$thBackground4', }, }