Skip to content

Commit

Permalink
Update to most recent head versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Price committed Jan 26, 2024
1 parent d472362 commit 389ba9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions github-ci/button/button.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.button {
background-color: #007dfa;
background-color: #4caf50;
border: none;
color: white;
border-radius: 32px;
Expand All @@ -14,5 +14,5 @@
}

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

0 comments on commit 389ba9e

Please sign in to comment.