style: update border styling in app.scss for improved UI appearance
This commit is contained in:
parent
92f22d1331
commit
515a22c571
|
@ -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);
|
||||
}
|
||||
}
|
|
@ -9,6 +9,7 @@ export default () => {
|
|||
}
|
||||
|
||||
return (<div className='app'>
|
||||
|
||||
<div className="border">
|
||||
<WeekPicker
|
||||
value={{
|
||||
|
|
Loading…
Reference in New Issue
Block a user