feat(paint-slots): fence base + rail default to greige

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Wassim SAMAD
2026-06-17 21:18:42 -04:00
co-authored by Claude Opus 4.8
parent 0e8df1b946
commit e46a63d172
+2 -2
View File
@@ -7,8 +7,8 @@ export type FenceSlotId = 'posts' | 'infill' | 'base' | 'rail'
export const FENCE_POSTS_SLOT_DEFAULT = 'library:preset-charcoal' export const FENCE_POSTS_SLOT_DEFAULT = 'library:preset-charcoal'
export const FENCE_INFILL_SLOT_DEFAULT = 'library:preset-charcoal' export const FENCE_INFILL_SLOT_DEFAULT = 'library:preset-charcoal'
export const FENCE_BASE_SLOT_DEFAULT = 'library:preset-charcoal' export const FENCE_BASE_SLOT_DEFAULT = 'library:preset-greige'
export const FENCE_RAIL_SLOT_DEFAULT = 'library:wood-finewood27' export const FENCE_RAIL_SLOT_DEFAULT = 'library:preset-greige'
export const FENCE_SLOT_DEFAULTS: Record<FenceSlotId, string> = { export const FENCE_SLOT_DEFAULTS: Record<FenceSlotId, string> = {
posts: FENCE_POSTS_SLOT_DEFAULT, posts: FENCE_POSTS_SLOT_DEFAULT,