@sequent-org/moodboard 1.0.23 → 1.0.24

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.23",
3
+ "version": "1.0.24",
4
4
  "type": "module",
5
5
  "description": "Interactive moodboard",
6
6
  "main": "./src/index.js",
@@ -547,12 +547,13 @@
547
547
  display: inline-flex;
548
548
  align-items: center;
549
549
  justify-content: center;
550
- width: 38px;
551
- height: 38px;
550
+ width: 30px;
551
+ height: 30px;
552
552
  border: none;
553
553
  border-radius: 8px;
554
554
  /* background: #f0f0f0; */
555
555
  /* color: #333; */
556
+ background: none;
556
557
  font-size: 16px;
557
558
  cursor: pointer;
558
559
  transition: all 0.2s ease;