@sequent-org/moodboard 1.0.21 → 1.0.22

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": "@sequent-org/moodboard",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "type": "module",
5
5
  "description": "Interactive moodboard",
6
6
  "main": "./src/index.js",
@@ -201,19 +201,20 @@
201
201
  display: inline-flex;
202
202
  align-items: center;
203
203
  justify-content: center;
204
- width: 40px;
205
- height: 40px;
204
+ width: 30px;
205
+ height: 30px;
206
206
  border: none;
207
207
  border-radius: 8px;
208
208
  /* background: #E1F5FE; */
209
209
  /* color: #212121; */
210
+ background: none;
210
211
  font-size: 18px;
211
212
  font-weight: 500;
212
213
  cursor: pointer;
213
214
  transition: all 0.2s ease;
214
215
  text-align: center;
215
216
  position: relative;
216
- margin: 2px;
217
+ margin: 0px;
217
218
  }
218
219
 
219
220
  .moodboard-toolbar__button:hover {