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

fix: background color check #104

Merged
merged 3 commits into from
Apr 16, 2024
Merged

fix: background color check #104

merged 3 commits into from
Apr 16, 2024

Conversation

janrtvld
Copy link
Contributor

No description provided.

return (
<XStack
shadow={shadow}
br="$8"
bg={!backgroundImage ? bgColor ?? '$grey-900' : '$transparent'}
bg={getBgColor()}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need really in it being a function right? Could just be a const assignment?

@TimoGlastra
Copy link
Member

Can you increase the version also so we can immediately release and publish?

@janrtvld janrtvld merged commit 6ab30c1 into main Apr 16, 2024
1 check passed
@janrtvld janrtvld deleted the fix/background-color-check branch April 16, 2024 12:09
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 this pull request may close these issues.

2 participants