Skip to content

Commit

Permalink
Merge pull request #424 from kubero-dev/fix/color-for-delete-modal-bu…
Browse files Browse the repository at this point in the history
…ttons

Fix / Modal butto text color
  • Loading branch information
mms-gianni authored Oct 4, 2024
2 parents a8faeee + 703ae0a commit 51c803d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/components/pipelines/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,8 @@ export default defineComponent({
visibility: hidden;
content: "";
}
button:where(.swal2-styled) {
color: #FFF !important;
}
</style>

0 comments on commit 51c803d

Please sign in to comment.