Skip to content

Commit

Permalink
fix(editor): Increase contrast ratio in execution list workflow names (
Browse files Browse the repository at this point in the history
…#6661)

fix(editor): Increase contrast ration in execution list workflow names
  • Loading branch information
cstuncsik authored and netroy committed Jul 24, 2023
1 parent 7b390ae commit 77f2cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/ExecutionsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ export default defineComponent({
}
.link {
color: var(--color-text-light);
color: var(--color-text-base);
text-decoration: underline;
}
</style>

0 comments on commit 77f2cfc

Please sign in to comment.