Skip to content

Commit

Permalink
feat: add element toolbar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jun 26, 2024
1 parent d9149b8 commit 163e4ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ export const lightTheme = {
menuShadow:
'0px 0px 12px rgba(66, 65, 73, 0.14), inset 0px 0px 0px 0.5px rgba(227, 227, 228, 1)',
toolbarShadow: '0px 6px 16px #00000024',
elementToolbarShadow: '0px 6px 16px #00000014',
activeShadow: '0px 0px 0px 2px rgba(30, 150, 235, 0.30)',
shadow1: '0px 0px 4px 0px rgba(66, 65, 73, 0.14)',
shadow2: '0px 0px 12px 0px rgba(66, 65, 73, 0.18)',
Expand Down Expand Up @@ -355,6 +356,7 @@ export const darkTheme = {
menuShadow:
'0px 0px 16px rgba(0, 0, 0, 0.32), 0px 0px 0px 0.5px #2E2E2E inset',
toolbarShadow: '0px 6px 18px #00000052',
elementToolbarShadow: '0px 6px 18px #00000032',
activeShadow: '0px 0px 0px 2px rgba(28, 158, 228, 0.30)',
shadow1: '0px 0px 4px 0px rgba(0, 0, 0, 0.24)',
shadow2: '0px 0px 12px 0px rgba(0, 0, 0, 0.28)',
Expand Down

0 comments on commit 163e4ac

Please sign in to comment.