File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { RouterProvider } from "react-router-dom"
2
2
import router from './router/router' ;
3
3
import "./App.css"
4
4
5
-
6
5
export default function App ( ) {
7
6
return (
8
7
< RouterProvider router = { router } />
Original file line number Diff line number Diff line change 68
68
margin-bottom : 10px ;
69
69
}
70
70
.spending-wrap__header-amount-box h6 {
71
- font-weight : bold ;
71
+ font-weight : 600 ;
72
72
}
73
73
.spending-wrap__header-amount-box h6 span {
74
74
font-size : 0.7rem ;
95
95
line-height : 25px ;
96
96
}
97
97
.overlay h1 {
98
- font-weight : bolder ;
98
+ font-weight : 600 ;
99
99
font-size : 1.3rem ;
100
+ margin-bottom : 5px ;
100
101
}
101
102
.overlay h3 {
102
103
text-transform : capitalize;
142
143
background-color : lightblue;
143
144
}
144
145
.total-income-percent-item span {
145
- font-weight : bolder ;
146
+ font-weight : 600 ;
146
147
}
147
148
.calendar-btn {
148
149
background-color : transparent;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const router = createBrowserRouter([
28
28
children : [
29
29
{
30
30
index : true ,
31
- element : < Navigate to = "/overview" replace />
31
+ element : < Navigate to = "/overview" />
32
32
}
33
33
, {
34
34
path : OverviewPath ,
You can’t perform that action at this time.
0 commit comments