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:
co-authored by
Claude Opus 4.8
parent
0e8df1b946
commit
e46a63d172
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user