fix height and padding
This commit is contained in:
@@ -273,6 +273,17 @@ export const usePersonalityStore = create<PersonalityStore>((set, get) => ({
|
||||
};
|
||||
}),
|
||||
|
||||
setSectionPadding: (sectionKey: string, padding: string) =>
|
||||
set((state) => ({
|
||||
data: {
|
||||
...state.data,
|
||||
[sectionKey]: {
|
||||
...state.data[sectionKey],
|
||||
padding,
|
||||
},
|
||||
},
|
||||
})),
|
||||
|
||||
setSectionHeight: (sectionKey: string, height: string) =>
|
||||
set((state) => ({
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user