Skip to content

Commit e697773

Browse files
authored
fix: regenarate hex according to our util function (#3540)
1 parent bf63b49 commit e697773

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

src/block-components/image/edit.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ export const IMAGE_SHADOWS = [
4444
'none',
4545
'0px 0 1px #78787880',
4646
'0px 0 2px #78787880',
47-
'0px 5px 10px #99999959',
47+
'0px 5px 10px #9999995a',
4848
'0px 2px 20px #99999933',
49-
'25px 10px 30px #123f524c',
49+
'25px 10px 30px #123f524d',
5050
'0px 10px 30px #0000001a',
51-
'7px 5px 30px #48497926',
51+
'7px 5px 30px #48497927',
5252
'0px 10px 60px #0000001a',
53-
'70px 60px 60px #48497933 ',
53+
'70px 60px 60px #48497933',
5454
]
5555

5656
const Controls = props => {

src/block-components/separator/edit.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ const SEPARATOR_SHADOWS = [
3434
'0px 0 1px #78787880',
3535
'0px 0 2px #78787880',
3636
'2px 4px 6px #000', // This is a dark shadow similar to the shadow we used by default in v2.
37-
'0px 5px 10px #99999959',
37+
'0px 5px 10px #9999995a',
3838
'0px 2px 20px #99999933',
39-
'25px 10px 30px #123f524c',
39+
'25px 10px 30px #123f524d',
4040
'0px 10px 30px #0000000d',
41-
'7px 5px 30px #48497926',
41+
'7px 5px 30px #48497927',
4242
'0px 10px 60px #0000001a',
43-
'70px 130px -60px #48497961 ',
43+
'70px 130px -60px #48497961',
4444
]
4545

4646
const SeparatorControls = props => {

src/block-components/typography/edit.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ const TYPOGRAPHY_SHADOWS = [
3939
'2px 4px 5px #00000066',
4040
'0px 0px 5px #00000066',
4141
'4px 4px 0px #000000ff',
42-
'0px 15px 14px #123f524c',
43-
'25px 10px 14px #123f524c',
44-
'25px 10px 30px #123f524c',
42+
'0px 15px 14px #123f524d',
43+
'25px 10px 14px #123f524d',
44+
'25px 10px 30px #123f524d',
4545
'0px 0px 40px #123f5299',
4646
'0px 0px 62px #47494fff',
4747
'0px 0px 100px #47494fff',

src/components/shadow-control/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ export const getShadows = () => {
2929
'0 0 0 2px #7878781a',
3030
'0 5px 5px 0 #123f5209',
3131
'0px 2px 20px #99999933',
32-
'0 5px 30px -10px #123f524c',
32+
'0 5px 30px -10px #123f524d',
3333
'0px 10px 30px #0000000d',
34-
'7px 5px 30px #48497926',
34+
'7px 5px 30px #48497927',
3535
'0px 10px 60px #0000001a',
36-
'0px 70px 90px -20px #4849794c',
36+
'0px 70px 90px -20px #4849794d',
3737
] )
3838
}
3939

0 commit comments

Comments
 (0)