@asd20/ui 3.2.486 → 3.2.487

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.486",
8
+ "version": "3.2.487",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -210,9 +210,11 @@ export default {
210
210
  }
211
211
  & > .asd20-button {
212
212
  width: auto;
213
+ background: white;
213
214
  &:hover,
214
215
  &:focus {
215
216
  color: var(--website-button__foreground-color);
217
+ background: rgb(240, 240, 240);
216
218
  }
217
219
  }
218
220
  }