We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b0ea5 commit b397549Copy full SHA for b397549
ui/src/Components/DashBoard/Repository/GitComponents/GitOperation/PushComponent.js
@@ -310,8 +310,8 @@ export default function PushComponent(props) {
310
</div>
311
</>
312
) : (
313
- <div className="git-ops--push--success">
314
- <div className="git-ops--commit--alert--success">
+ <div className="w-11/12 mx-auto my-auto p-6 bg-white rounded">
+ <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">
315
Changes have been pushed to remote
316
317
0 commit comments