Skip to content

Commit 55143cd

Browse files
committed
chore: update css for action buttons
1 parent 32db96d commit 55143cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/app/details/appDetails/SourceInfo.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export const SourceInfo = ({
307307
<>
308308
{!isdeploymentAppDeleting && (
309309
<div style={{ marginLeft: 'auto' }} className="flex dc__gap-8">
310-
<div className="app-details-action-buttons flex border__primary br-6 dc__overflow-hidden">
310+
<div className="app-details-action-buttons flexbox border__primary br-6 dc__overflow-hidden">
311311
{!isVirtualEnvironment && showUrlInfo && (
312312
<>
313313
<Button
@@ -319,7 +319,7 @@ export const SourceInfo = ({
319319
style={ButtonStyleType.neutral}
320320
ariaLabel="URLs"
321321
/>
322-
<div className="divider__primary h-100" />
322+
<div className="divider__secondary" />
323323
</>
324324
)}
325325

@@ -355,7 +355,7 @@ export const SourceInfo = ({
355355
}}
356356
ariaLabel={isHibernated ? 'Unhibernate' : 'Hibernate'}
357357
/>
358-
<div className="divider__primary h-100" />
358+
<div className="divider__secondary" />
359359
</>
360360
)}
361361

@@ -387,7 +387,7 @@ export const SourceInfo = ({
387387
}}
388388
ariaLabel="restart workloads"
389389
/>
390-
<div className="divider__primary h-100" />
390+
<div className="divider__secondary" />
391391
</>
392392
)}
393393

0 commit comments

Comments
 (0)