diff --git a/ui/src/components/button/style.css b/ui/src/components/button/style.css index 630d2596..22220536 100644 --- a/ui/src/components/button/style.css +++ b/ui/src/components/button/style.css @@ -1,6 +1,6 @@ .button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; - font-size: rmeCalc(16); + font-size: remCalc(16); border-radius: 4px; box-shadow: remCalc(0 2 0 0) rgba(0,0,0,0.05);