Beam: Scatter: cleaner

This commit is contained in:
Enrico Ros
2024-03-21 19:04:20 -07:00
parent 8eaf8db850
commit 8ad41c059b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export const SCATTER_RAY_PRESETS = [2, 4, 8];
export const SCATTER_RAY_SHOW_DRAG_HANDLE = false;
// BEAM Gather configuration
export const GATHER_COLOR = 'neutral' as const;
export const GATHER_COLOR = 'success' as const;
export const GATHER_DEFAULT_TO_FIRST_FUSION = true;
export const GATHER_PLACEHOLDER = '📦 ...';
export const GATHER_SHOW_SYSTEM_PROMPT = false;
@@ -36,6 +36,8 @@ const desktopBeamGatherPaneSx: SxProps = {
borderTop: '1px solid',
borderTopColor: 'neutral.outlinedBorder',
boxShadow: `0px 6px 16px -12px rgb(var(--joy-palette-${GATHER_COLOR}-darkChannel) / 50%)`,
// [desktop] keep visible at the bottom
position: 'sticky',
bottom: 0,