Skip to content

Commit

Permalink
Merge pull request #7 from teambit/button-color-change
Browse files Browse the repository at this point in the history
Update button radius for testing
  • Loading branch information
pricebaldwin authored Jan 26, 2024
2 parents 7bc907b + 389ba9e commit 35faaa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"button": {
"name": "button",
"scope": "bit-examples.github-ci",
"version": "0.0.1",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "github-ci/button"
},
"card": {
"name": "card",
"scope": "bit-examples.github-ci",
"version": "0.0.1",
"version": "0.0.2",
"mainFile": "index.ts",
"rootDir": "github-ci/card"
},
Expand Down
6 changes: 3 additions & 3 deletions github-ci/button/button.module.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.button {
background-color: #007dfa;
background-color: #4caf50;
border: none;
color: white;
border-radius: 8px;
border-radius: 32px;
padding: 15px 32px;
text-align: center;
text-decoration: none;
Expand All @@ -14,5 +14,5 @@
}

.button:hover {
background-color: #0056ad;
background-color: #45a049;
}

0 comments on commit 35faaa8

Please sign in to comment.