File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
layouts/stacks/CreateStack/ListForAll Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ export const CopyField = (
164164
165165 { props . showTokField && (
166166 < LinkBox
167- style = { { position : 'absolute' , right : '10px' , top : '40px ' } }
167+ style = { { position : 'absolute' , right : '10px' , top : '30px ' } }
168168 onClick = { handleClick }
169169 >
170170 < icons . copy color = { iconColors . grey } />
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export const SidePopup: React.FC<{
7070 < FlexBox . Row justifyContent = "space-between" alignItems = "center" >
7171 < Box >
7272 < LinkBox onClick = { onSeeExisting } >
73- < Paragraph > See Component Page</ Paragraph >
73+ < Paragraph style = { { fontSize : '16px' , textDecoration : 'underline' , color : '#443E99' } } > See Component Page</ Paragraph >
7474 </ LinkBox >
7575 </ Box >
7676
Original file line number Diff line number Diff line change 4646 justify-content : flex-end ;
4747}
4848.stackFooterButton {
49- margin-top : 15 px !important ;
49+ margin-top : 5 px !important ;
5050 right : 2rem ;
5151 margin-right : 45px ,
5252}
You can’t perform that action at this time.
0 commit comments