mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-27 20:14:49 +02:00
[eric] shell: uncrop the spawn-pill shadow, shortcut tooltip on the composer, always-visible glass title bubble (incl. fullscreen), and collapsed cards show a plain-text answer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// The shell's floating-chrome glass (narrator pill, card title bubbles). Deliberately dark in BOTH
|
||||
// themes, so it is a fixed shell surface rather than a theme token: text on it is always light.
|
||||
export const GLASS_SURFACE = 'rgba(24,14,32,0.8)';
|
||||
export const GLASS_SURFACE_BLUR = 'blur(18px) saturate(150%)';
|
||||
export const GLASS_SURFACE_TEXT = 'rgba(255,255,255,0.92)';
|
||||
Reference in New Issue
Block a user