From eefaa9f7caadd796d2e89d4542e9dc207aa94b8f Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 11 Dec 2020 16:01:44 -0500 Subject: [PATCH] rounded corners on box-footer --- src/box/box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/box/box.scss b/src/box/box.scss index 5c2d3076..dd828b0a 100644 --- a/src/box/box.scss +++ b/src/box/box.scss @@ -211,6 +211,7 @@ border-top-color: var(--color-border-primary); border-top-style: $border-style; border-top-width: $border-width; + border-radius: 0 0 $border-radius $border-radius; } // Option for a box with scrolling content