@budibase/frontend-core 3.30.0 → 3.30.1

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": "@budibase/frontend-core",
3
- "version": "3.30.0",
3
+ "version": "3.30.1",
4
4
  "description": "Budibase frontend core libraries used in builder and client",
5
5
  "author": "Budibase",
6
6
  "license": "MPL-2.0",
@@ -24,5 +24,5 @@
24
24
  "devDependencies": {
25
25
  "vitest": "^3.2.4"
26
26
  },
27
- "gitHead": "58456cc695d2c71a354bcf5c064943b247ad4969"
27
+ "gitHead": "ce9e344b6a609da55770d535cc59079ede2f5da6"
28
28
  }
@@ -255,7 +255,7 @@
255
255
  align-items: center;
256
256
  justify-content: space-between;
257
257
  gap: var(--spacing-m);
258
- border-bottom: var(--border-dark);
258
+ border-bottom: var(--border-light);
259
259
  }
260
260
 
261
261
  .chat-header-agent {