Skip to content

Commit

Permalink
[@mantine/spotlight] Fix theme.defaultRadius not being respected
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed Dec 2, 2022
1 parent e69e5c9 commit a922ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mantine-spotlight/src/Spotlight/Spotlight.tsx
Expand Up @@ -120,7 +120,7 @@ export function Spotlight({
overlayOpacity = 0.25,
overlayBlur = 3,
shadow = 'md',
radius = 'sm',
radius,
centered = false,
closeOnActionTrigger = true,
highlightQuery = false,
Expand Down

0 comments on commit a922ccf

Please sign in to comment.