sera-ai 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4253,7 +4253,7 @@ function AudioVisualizerImproved({
4253
4253
  "canvas",
4254
4254
  {
4255
4255
  ref: canvasRef,
4256
- className: `w-full h-full ${isDarkMode ? "bg-gray-900" : "bg-white"}`,
4256
+ className: `w-full h-full rounded-full ${isDarkMode ? "bg-gray-900" : "bg-white"}`,
4257
4257
  style: {
4258
4258
  boxShadow: isDarkMode ? "inset 0 0 20px rgba(13, 18, 30, 0.8)" : "none",
4259
4259
  background: isDarkMode ? "linear-gradient(135deg, rgba(13, 18, 30, 1) 0%, rgba(13, 18, 30, 1) 100%)" : "white"