@appscode/design-system 2.0.1 → 2.0.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@appscode/design-system",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A design system for Appscode websites and dashboards made using Bulma",
5
5
  "main": "main.scss",
6
6
  "scripts": {
@@ -101,10 +101,10 @@ watch(
101
101
  <header-item>
102
102
  <ac-button
103
103
  v-if="!isCloseOptionDisabled"
104
- modifier-classes="is-square is-transparent"
104
+ modifier-classes="is-white"
105
105
  :icon-image="crossIcon"
106
- @click.stop="destroyModal"
107
106
  data-testid="modal-generic-close-icon"
107
+ @click.stop="destroyModal"
108
108
  />
109
109
  </header-item>
110
110
  </header-items>
@@ -152,6 +152,11 @@ watch(
152
152
  left: 0;
153
153
  top: 0;
154
154
  z-index: 9999;
155
+ .ac-button {
156
+ &.is-white {
157
+ margin-right: -10px;
158
+ }
159
+ }
155
160
 
156
161
  &:after {
157
162
  position: absolute;