@scrawl-board/board 0.1.0-beta.1 → 0.1.0-beta.3

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/dist/styles.css CHANGED
@@ -151,7 +151,8 @@
151
151
 
152
152
  [data-scrawl-root] [data-scrawl-default-ui] button[aria-pressed="true"],
153
153
  [data-scrawl-portal] .scrawl-board__panel button[aria-pressed="true"] {
154
- background: var(--scrawl-color-selection);
154
+ background: color-mix(in srgb, var(--scrawl-color-primary), var(--scrawl-color-surface) 82%);
155
+ color: var(--scrawl-color-primary);
155
156
  font-weight: var(--scrawl-font-weight-strong);
156
157
  }
157
158
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrawl-board/board",
3
- "version": "0.1.0-beta.1",
3
+ "version": "0.1.0-beta.3",
4
4
  "description": "The Scrawl Board SDK: an embeddable, collaborative infinite-canvas whiteboard for React and vanilla JS/TS apps.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {