File tree Expand file tree Collapse file tree
frontend-react/src/lib/application/routes/page-wrapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if it got applied immediately on the body while being in a visible wrapper / wid
99}
1010
1111[data-bs-theme = 'dark' ] .pageBackground {
12- background-color : black ;
12+ background-color : # 111 ;
1313}
1414
1515/*Layout, etc.*/
Original file line number Diff line number Diff line change @@ -65,12 +65,17 @@ export function PageWrapper({ showSelector }: PageWrapperProps) {
6565 < DashboardDropdown dashboards = { dashboards } />
6666 { dashboardId &&
6767 ( match ? (
68- < Button size = "sm" form = "dashboard-editor" type = "submit" >
68+ < Button
69+ size = "sm"
70+ form = "dashboard-editor"
71+ type = "submit"
72+ className = "ms-2"
73+ >
6974 Save
7075 </ Button >
7176 ) : (
7277 < Link
73- className = "btn btn-sm btn-secondary"
78+ className = "btn btn-sm btn-secondary ms-2 "
7479 to = { generatePath ( '/dashboards/:dashboardId/edit' , {
7580 dashboardId
7681 } ) }
You can’t perform that action at this time.
0 commit comments