Refactor widget library UI code

This commit is contained in:
2026-08-20 12:51:58 -07:00
parent 2b0300b075
commit 9b1ddf6dcc
2 changed files with 94 additions and 77 deletions
+2 -2
View File
@@ -220,8 +220,8 @@ const glassPanelRecipe = defineSlotRecipe({
bg: { base: "rgba(255, 255, 255, 0.75)", _dark: "rgba(20, 22, 25, 0.8)" },
// OVERRIDES: Increase the blur just to smooth out any stubborn gridlines
backdropFilter: "blur(20px)",
WebkitBackdropFilter: "blur(20px)",
backdropFilter: "blur(15px)",
WebkitBackdropFilter: "blur(15px)",
}
}
}