Skip to content

Commit

Permalink
Add dark mode to button in Hire us section (#2908)
Browse files Browse the repository at this point in the history
## Description

Normal:
<img width="1482" alt="Screenshot 2024-05-14 at 11 11 23"
src="https://github.com/software-mansion/react-native-gesture-handler/assets/59940332/2b452ed9-82a6-477f-b051-4cb6cb2c60b3">

Hovered:
<img width="1482" alt="Screenshot 2024-05-14 at 11 11 26"
src="https://github.com/software-mansion/react-native-gesture-handler/assets/59940332/c36e5990-1d01-48bf-8124-cb7ab8431ec0">


## Test plan

```
cd docs/
yarn

# to test development build
yarn start

# to test production build
yarn build
yarn serve
```
  • Loading branch information
patrycjakalinska authored May 14, 2024
1 parent 049c8fe commit a8d6b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/components/HireUsSection/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@
.buttonNavyBorderStyling {
border: 1px solid var(--swm-navy-light-100);
}

[data-theme='dark'] .buttonNavyStyling:hover,
[data-theme='dark'] .buttonNavyStyling:hover svg {
stroke: var(--swm-landing-button-purple);
color: var(--swm-landing-button-purple);
}

0 comments on commit a8d6b18

Please sign in to comment.