From 859095178676cf358474d44f9ea6811fc6290f67 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Wed, 16 Mar 2022 14:58:22 +0100 Subject: [PATCH] feat(react): add full radii property --- packages/status-react/src/styles/config.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/status-react/src/styles/config.tsx b/packages/status-react/src/styles/config.tsx index 920ea50d..8601ac24 100644 --- a/packages/status-react/src/styles/config.tsx +++ b/packages/status-react/src/styles/config.tsx @@ -34,6 +34,7 @@ export const { styled, css, keyframes, theme, createTheme, config } = }, radii: { 8: '8px', + full: '100%', }, },