Skip to content

Commit

Permalink
revert to grey border
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Dec 4, 2018
1 parent 12576ef commit 0e7f2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/utils/utils.js
Expand Up @@ -426,7 +426,7 @@ export function generateTagStyle(tag) {
var [r, g, b] = hslToRgb(hue, 1.0, lightness / 100);
var fgColor = contrastingColor(r, g, b)

return `background-color: ${bgColor}; color: ${fgColor};`
return `background-color: ${bgColor}; color: ${fgColor}; border: 1px solid gray`
}


Expand Down

0 comments on commit 0e7f2b3

Please sign in to comment.