Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): slightly darker dark shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 23, 2023
1 parent 4be5004 commit 9240413
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@
"y": "{size.200}",
"blur": "{size.300}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.15)",
"color": "rgba({color.neutral.black}, 0.25)",
"type": "dropShadow"
}
],
Expand All @@ -860,7 +860,7 @@
"y": "{size.200}",
"blur": "{size.400}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.25)",
"color": "rgba({color.neutral.black}, 0.35)",
"type": "dropShadow"
}
],
Expand All @@ -873,7 +873,7 @@
"y": "{size.200}",
"blur": "{size.500}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.3)",
"color": "rgba({color.neutral.black}, 0.4)",
"type": "dropShadow"
}
],
Expand All @@ -886,7 +886,7 @@
"y": "{size.200}",
"blur": "{size.600}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.3)",
"color": "rgba({color.neutral.black}, 0.4)",
"type": "dropShadow"
}
],
Expand All @@ -899,23 +899,23 @@
"y": "{size.100}",
"blur": "{size.200}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.03)",
"color": "rgba({color.neutral.black}, 0.13)",
"type": "dropShadow"
},
{
"x": "{size.0}",
"y": "{size.200}",
"blur": "{size.300}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.04)",
"color": "rgba({color.neutral.black}, 0.14)",
"type": "dropShadow"
},
{
"x": "{size.0}",
"y": "{size.200}",
"blur": "{size.500}",
"spread": "{size.0}",
"color": "rgba({color.neutral.black}, 0.08)",
"color": "rgba({color.neutral.black}, 0.18)",
"type": "dropShadow"
}
],
Expand Down

0 comments on commit 9240413

Please sign in to comment.