revert: Next bubble improvements (#10795)

This commit is contained in:
Shivam Mishra
2025-01-30 09:34:45 +05:30
committed by GitHub
parent 2c1a8e59f5
commit d997734837
18 changed files with 71 additions and 283 deletions

View File

@@ -386,8 +386,6 @@ 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))',