File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @devtron-labs/devtron-fe-common-lib" ,
3- "version" : " 0.5.7-beta-2 " ,
3+ "version" : " 0.5.7-beta-3 " ,
44 "description" : " Supporting common component library" ,
55 "type" : " module" ,
66 "main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -168,15 +168,15 @@ const PageHeader = ({
168168 < VisibleModal close = { closeTryDevtronModal } >
169169 < div className = "modal-body--ci-material h-100 dc__overflow-hidden dc__border-left" >
170170 < div className = "trigger-modal__header" >
171- < h1 className = "modal__title flex left fs-16" data-testid = "app-details-url-heading" >
171+ < h1 className = "modal__title flex left fs-16 fw-6 " data-testid = "app-details-url-heading" >
172172 { window . _env_ . FEATURE_HEADER_TRY_DEVTRON_TITLE || tryDevtronButtonText }
173173 </ h1 >
174174 < Button
175175 ariaLabel = "Try Devtron"
176176 dataTestId = "iframe-modal-close-button"
177- size = { ComponentSizeType . medium }
177+ size = { ComponentSizeType . small }
178178 onClick = { closeTryDevtronModal }
179- style = { ButtonStyleType . neutral }
179+ style = { ButtonStyleType . negativeGrey }
180180 variant = { ButtonVariantType . borderLess }
181181 icon = { < Close /> }
182182 showAriaLabelInTippy = { false }
You can’t perform that action at this time.
0 commit comments