Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design: Update color/emoji picker drop shadow #2133

Closed
Tracked by #2127
paninaro opened this issue Sep 19, 2023 · 1 comment · Fixed by #2177
Closed
Tracked by #2127

Design: Update color/emoji picker drop shadow #2133

paninaro opened this issue Sep 19, 2023 · 1 comment · Fixed by #2177

Comments

@paninaro
Copy link
Contributor

paninaro commented Sep 19, 2023

Current style:

  const pickerStyle: any = {
    backgroundColor: isDark ? Color.Neutral[800] : Color.Neutral[50],
    border: `1px solid ${isDark ? theme.palette.border.dark : theme.palette.border.main}`,
    boxShadow: `0px 6px 19px ${alpha(Color.Neutral[800], 0.28)}, 0px 27px 65px ${alpha(Color.Neutral[500], 0.39)}`,
    borderRadius: '8px',
    padding: '0px',
    position: 'absolute',
    top: '30px',
    left: '25px',
  };
@paninaro paninaro linked a pull request Sep 27, 2023 that will close this issue
@paninaro
Copy link
Contributor Author

Updated. In dark mode, the drop shadow is gone per a discussion with design.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant