Skip to content

Commit 8e9d5c8

Browse files
committed
feat: use resolveBackground function for FeaturesGrid background property.
1 parent 6735ad8 commit 8e9d5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FeaturesGrid.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function FeatureCard({
246246
h="100%"
247247
p={{ base: 'xl', md: 40 }}
248248
radius="0"
249-
bg={bg}
249+
bg={resolveBackground(background)}
250250
bd="1px solid var(--mantine-color-gray-2)"
251251
display="flex"
252252
style={{

0 commit comments

Comments
 (0)