remove opacity

This commit is contained in:
16amattice
2024-05-26 15:24:32 -05:00
committed by Aran-Fey
parent ab3076625c
commit 22f9e79c0b
-1
View File
@@ -38,7 +38,6 @@ export type Fill =
| {
type: 'frostedGlass';
color: Color;
transparency: number;
blur: number;
};