Skip to content

Commit

Permalink
Fixed design of embeddings page
Browse files Browse the repository at this point in the history
  • Loading branch information
davenquinn committed Sep 19, 2024
1 parent bd65565 commit f004f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dev/legend-affinity/+Page.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function paintProperties(term: string | null, grayColor: number) {
return {
"fill-color": [
"interpolate",
["exponential", 1.8],
["exponential", 1.2],
["get", "similarity"],
0,
`rgba(${grayColor}, ${grayColor}, ${grayColor}, 0.02)`,
Expand Down

0 comments on commit f004f0a

Please sign in to comment.