From a78dddc0c51141bd139417fb24f668ad67a783ef Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Sun, 3 Sep 2023 14:30:50 -0400 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 23c2e26..8380533 100644 --- a/main.js +++ b/main.js @@ -9,7 +9,7 @@ import animation from './pages/animation.js'; window.onload = () => { jsUI.globalStyle('input,textarea,select,button') - .textSize('18px') + .fontSize('18px') .rounded('5px') .border('#c7c7c7') .paddings(['8px', '5px'])