Skip to content

Commit 9fa6687

Browse files
authored
Update README.md
1 parent 573beee commit 9fa6687

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ export default App;
9696
## Styling
9797

9898
The component uses a CSS file (`AnimatedButton.css`) for styling. You can customize the styles as needed.
99+
The colors can be changed using these variables in css file
100+
:root {
101+
--primary-color: #055c22;
102+
--secondary-color: #fff;
103+
}
99104

100105

101106

0 commit comments

Comments
 (0)