Skip to content

Commit 8c6917e

Browse files
committed
box shadow added
1 parent d10f19b commit 8c6917e

File tree

4 files changed

+107
-51
lines changed

4 files changed

+107
-51
lines changed

client/packages/lowcoder/src/api/commonSettingApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export interface ThemeDetail {
5252
animationDelay?: string;
5353
animationDuration?: string;
5454
opacity?: string;
55+
boxShadow?: string;
5556
}
5657

5758
export function getThemeDetailName(key: keyof ThemeDetail) {

0 commit comments

Comments
 (0)