File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const LibraryInfoHeader = ({ library } : LibraryInfoHeaderProps) => {
75
75
iconAs = { Icon }
76
76
alt = { intl . formatMessage ( messages . editNameButtonAlt ) }
77
77
onClick = { handleClick }
78
- className = "mt-1"
78
+ className = "mt-1 ml-2 "
79
79
size = "inline"
80
80
/>
81
81
) }
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const LibrarySidebar = ({ library }: LibrarySidebarProps) => {
56
56
const buildHeader = ( ) : React . ReactNode => headerComponentMap [ sidebarBodyComponent || 'unknown' ] ;
57
57
58
58
return (
59
- < Stack gap = { 4 } className = "p-2 text-primary-700" >
59
+ < Stack gap = { 4 } className = "p-3 text-primary-700" >
60
60
< Stack direction = "horizontal" className = "d-flex justify-content-between" >
61
61
{ buildHeader ( ) }
62
62
< IconButton
@@ -65,7 +65,6 @@ const LibrarySidebar = ({ library }: LibrarySidebarProps) => {
65
65
iconAs = { Icon }
66
66
alt = { intl . formatMessage ( messages . closeButtonAlt ) }
67
67
onClick = { closeLibrarySidebar }
68
- variant = "black"
69
68
size = "inline"
70
69
/>
71
70
</ Stack >
You can’t perform that action at this time.
0 commit comments