chore: Next bubble improvements (#10759)

This commit is contained in:
Sivin Varghese
2025-01-29 22:56:08 +05:30
committed by GitHub
parent f6d87d0e6e
commit 2c1a8e59f5
18 changed files with 283 additions and 71 deletions

View File

@@ -386,6 +386,8 @@ export const colors = {
amber: 'rgb(var(--solid-amber) / <alpha-value>)',
blue: 'rgb(var(--solid-blue) / <alpha-value>)',
iris: 'rgb(var(--solid-iris) / <alpha-value>)',
purple: 'rgb(var(--solid-purple) / <alpha-value>)',
red: 'rgb(var(--solid-red) / <alpha-value>)',
},
alpha: {
1: 'rgba(var(--alpha-1))',