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