Skip to content

Commit

Permalink
Update src/lib/components/ratio/index.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw authored Jan 27, 2025
1 parent 4e9be03 commit 55e5b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ratio/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if ($bg.alpha !== 1)
return 'Alpha is not considered when the background is not opaque.';
if ($fg.alpha !== 1)
return 'This ratio is our best estimate with transparency.';
return 'This ratio is our best estimate given the specified foreground alpha value.';
return null;
});
</script>
Expand Down

0 comments on commit 55e5b88

Please sign in to comment.