From f8ebdbfd1fd8ab823ffcd4fbe6b478b6e9047583 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Thu, 27 Oct 2016 16:52:38 +0100 Subject: [PATCH] Fix - incorrect function spelling --- ui/src/components/button/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);