style: update border styling in app.scss for improved UI appearance

This commit is contained in:
Astrian Zheng 2025-02-19 20:45:48 +11:00
parent 92f22d1331
commit 515a22c571
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA
2 changed files with 4 additions and 1 deletions

View File

@ -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);
}
}

View File

@ -9,6 +9,7 @@ export default () => {
}
return (<div className='app'>
<div className="border">
<WeekPicker
value={{