diff options
author | 2023-11-30 11:27:26 +0100 | |
---|---|---|
committer | 2023-11-30 11:27:26 +0100 | |
commit | 9c2342c327a13d2f7d1eb387b743e81f431b9813 (patch) | |
tree | 3ea50b183a04d3a9aeb62a3d39dc9896c569fd3c /.changeset | |
parent | 60cfa49e445c926288612a6b1a30113ab988011c (diff) | |
download | astro-9c2342c327a13d2f7d1eb387b743e81f431b9813.tar.gz astro-9c2342c327a13d2f7d1eb387b743e81f431b9813.tar.zst astro-9c2342c327a13d2f7d1eb387b743e81f431b9813.zip |
fix(overlay): Fix SVG icons not showing properly in the overflow menu (#9235)
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/green-impalas-fetch.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/green-impalas-fetch.md b/.changeset/green-impalas-fetch.md new file mode 100644 index 000000000..02b77375f --- /dev/null +++ b/.changeset/green-impalas-fetch.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fix SVG icons not showing properly in the extended dropdown menu of the dev overlay |