Skip to content

Commit dcd8d14

Browse files
committed
revert to previous 73% opacity
1 parent e6c21cb commit dcd8d14

File tree

1 file changed

+1
-1
lines changed
  • packages/clerk-js/src/ui/foundations

1 file changed

+1
-1
lines changed

packages/clerk-js/src/ui/foundations/colors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const colorMutedForeground = clerkCssVar(
8888
const colors = Object.freeze({
8989
avatarBorder: neutralAlphaScale.neutralAlpha200,
9090
avatarBackground: neutralAlphaScale.neutralAlpha400,
91-
colorModalBackdrop: colorUtils.makeTransparent(clerkCssVar('color-modal-backdrop', defaultColorNeutral), 0.5),
91+
colorModalBackdrop: colorUtils.makeTransparent(clerkCssVar('color-modal-backdrop', defaultColorNeutral), 0.27),
9292
colorBackground: clerkCssVar('color-background', 'white'),
9393
colorInput: clerkCssVar('color-input', 'white'),
9494
colorForeground,

0 commit comments

Comments
 (0)