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

Dim border colors #582

Merged
merged 1 commit into from May 2, 2023
Merged

Conversation

vadimdemedes
Copy link
Owner

This PR adds borderDimColor prop to Box for dimming the color of the border, similar to dimColor in Text component.

<Box borderStyle="round" borderDimColor>
  <Text>Hello world</Text>
</Box>

CleanShot 2023-05-02 at 11 19 34@2x

There are also borderTopDimColor, borderBottomDimColor, borderLeftDimColor and borderRightDimColor props to dim the color of individual border sides.

@vadimdemedes vadimdemedes force-pushed the transcendent-dungeons-and-dragons branch from 3f83509 to a6a859a Compare May 2, 2023 08:21
@vadimdemedes vadimdemedes changed the title Dim border color Dim border colors May 2, 2023
@vadimdemedes vadimdemedes merged commit 8a04760 into master May 2, 2023
6 checks passed
@vadimdemedes vadimdemedes deleted the transcendent-dungeons-and-dragons branch May 2, 2023 08:36
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.

None yet

1 participant