Skip to content

Commit

Permalink
Increase opacity for build provider icons a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Jan 19, 2020
1 parent b0057fa commit a9b3e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/Build.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
<img
v-if="build.provider == 'TeamCity'"
src="../assets/teamcity.svg"
style="opacity: 0.6;"
style="opacity: 0.7;"
width="28"
height="28"
/>
<img
v-if="build.provider == 'AzureDevOps'"
src="../assets/azuredevops.svg"
style="opacity: 0.6;"
style="opacity: 0.7;"
width="28"
height="28"
/>
Expand Down

0 comments on commit a9b3e21

Please sign in to comment.