diff --git a/src/components/Popover/Popover.scss b/src/components/Popover/Popover.scss index 9b6d95a54b1..58ce22fe067 100644 --- a/src/components/Popover/Popover.scss +++ b/src/components/Popover/Popover.scss @@ -49,14 +49,14 @@ $content-max-width: rem(400px); position: relative; overflow: hidden; background-color: color('white'); - border-radius: border-radius(large); + border-radius: border-radius(); } .Content { position: relative; display: flex; flex-direction: column; - border-radius: border-radius(large); + border-radius: border-radius(); max-width: $content-max-width; max-height: $content-max-height;