Skip to content

Commit 703ae0a

Browse files
committed
fix butto text color
1 parent 930902f commit 703ae0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/src/components/pipelines/list.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,8 @@ export default defineComponent({
269269
visibility: hidden;
270270
content: "";
271271
}
272+
button:where(.swal2-styled) {
273+
color: #FFF !important;
274+
}
275+
272276
</style>

0 commit comments

Comments
 (0)