From 236c4060c9418a2e02c11bc7ec59db24b32c1b38 Mon Sep 17 00:00:00 2001 From: Jacob Lamont Date: Thu, 20 Feb 2025 17:32:00 -0500 Subject: [PATCH] chore: format files --- examples/example-ui-react/src/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/example-ui-react/src/index.css b/examples/example-ui-react/src/index.css index 85e778f43..84640987c 100644 --- a/examples/example-ui-react/src/index.css +++ b/examples/example-ui-react/src/index.css @@ -1,13 +1,13 @@ body { margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', - 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', - 'Helvetica Neue', sans-serif; + font-family: + -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', + 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; + font-family: + source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }