Skip to content

Commit

Permalink
Fixed shadow opacities
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenligiray committed May 21, 2024
1 parent 2b4ab15 commit fb7bff9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tokens/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@
"y": "40",
"blur": "20",
"spread": "0",
"color": "#10121190",
"color": "rgba(#101211, 0.90)",
"type": "innerShadow"
},
"type": "boxShadow"
Expand All @@ -659,7 +659,7 @@
"y": "0",
"blur": "6",
"spread": "1",
"color": "#f2f4f725",
"color": "rgba(#f2f4f7, 0.25)",
"type": "dropShadow"
},
"type": "boxShadow"
Expand All @@ -671,15 +671,15 @@
"y": "1",
"blur": "3",
"spread": "0",
"color": "#10182810",
"color": "rgba(#101828, 0.10)",
"type": "dropShadow"
},
{
"x": "0",
"y": "1",
"blur": "2",
"spread": "0",
"color": "#10182820",
"color": "rgba(#101828, 0.20)",
"type": "dropShadow"
}
],
Expand All @@ -694,31 +694,31 @@
"y": "2",
"blur": "8",
"spread": "0",
"color": "#ffffff30",
"color": "rgba(#ffffff, 0.30)",
"type": "innerShadow"
},
{
"x": "-2",
"y": "-2",
"blur": "8",
"spread": "0",
"color": "#00000030",
"color": "rgba(#000000, 0.30)",
"type": "innerShadow"
},
{
"x": "2",
"y": "2",
"blur": "10",
"spread": "0",
"color": "#00000050",
"color": "rgba(#000000, 0.50)",
"type": "dropShadow"
},
{
"x": "-2",
"y": "-2",
"blur": "10",
"spread": "0",
"color": "#ffffff10",
"color": "rgba(#ffffff, 0.10)",
"type": "dropShadow"
}
],
Expand All @@ -731,15 +731,15 @@
"y": "-2",
"blur": "8",
"spread": "0",
"color": "#00000030",
"color": "rgba(#000000, 0.30)",
"type": "innerShadow"
},
{
"x": "2",
"y": "2",
"blur": "10",
"spread": "0",
"color": "#00000050",
"color": "rgba(#000000, 0.40)",
"type": "dropShadow"
}
],
Expand Down

0 comments on commit fb7bff9

Please sign in to comment.