change color to grey
This commit is contained in:
parent
8804dc903e
commit
e91d3ba283
|
@ -4,3 +4,9 @@
|
|||
</script>
|
||||
|
||||
<a href={url}><Icon name="view" /></a>
|
||||
|
||||
<style>
|
||||
a {
|
||||
color: var(--grey-6)
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue