@rypen-dev/shared-components 5.0.16 → 5.0.17

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "5.0.16",
4
+ "version": "5.0.17",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -717,6 +717,7 @@ label {
717
717
  padding-right: 0;
718
718
  padding-top: 0;
719
719
  padding-bottom: 0;
720
+ background-color: transparent;
720
721
  }
721
722
 
722
723
  &.error {