Skip to content

Commit b397549

Browse files
committed
change ui style for push success message
1 parent 24b0ea5 commit b397549

File tree

1 file changed

+2
-2
lines changed
  • ui/src/Components/DashBoard/Repository/GitComponents/GitOperation

1 file changed

+2
-2
lines changed

ui/src/Components/DashBoard/Repository/GitComponents/GitOperation/PushComponent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ export default function PushComponent(props) {
310310
</div>
311311
</>
312312
) : (
313-
<div className="git-ops--push--success">
314-
<div className="git-ops--commit--alert--success">
313+
<div className="w-11/12 mx-auto my-auto p-6 bg-white rounded">
314+
<div className="p-6 border-b-4 border-dashed bg-green-200 border-green-500 text-center rounded-lg shadow font-sans text-green-500 text-2xl font-semibold">
315315
Changes have been pushed to remote
316316
</div>
317317
</div>

0 commit comments

Comments
 (0)