From 515a22c571da30acc6c7ccc5be7156c31a7b4d61 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 19 Feb 2025 20:45:48 +1100 Subject: [PATCH] style: update border styling in app.scss for improved UI appearance --- playground/app.scss | 4 +++- playground/app.tsx | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/playground/app.scss b/playground/app.scss index 75bf7f9..f5c3583 100644 --- a/playground/app.scss +++ b/playground/app.scss @@ -10,6 +10,8 @@ body { justify-content: center; align-items: center; .border { - border: 1px solid #e0e0e0; + background: #fff; + border-radius: 5px; + box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } } \ No newline at end of file diff --git a/playground/app.tsx b/playground/app.tsx index b2497c5..ad44162 100644 --- a/playground/app.tsx +++ b/playground/app.tsx @@ -9,6 +9,7 @@ export default () => { } return (
+