diff --git a/.bitmap b/.bitmap index 4c77317..a032ca8 100644 --- a/.bitmap +++ b/.bitmap @@ -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" }, diff --git a/github-ci/button/button.module.css b/github-ci/button/button.module.css index 5398ad2..a9ac51a 100644 --- a/github-ci/button/button.module.css +++ b/github-ci/button/button.module.css @@ -1,5 +1,5 @@ .button { - background-color: #007dfa; + background-color: #4caf50; border: none; color: white; border-radius: 32px; @@ -14,5 +14,5 @@ } .button:hover { - background-color: #0056ad; + background-color: #45a049; }