@playpilot/tpi 8.25.0-beta.1 → 8.25.0-beta.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": "@playpilot/tpi",
3
- "version": "8.25.0-beta.1",
3
+ "version": "8.25.0-beta.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -101,6 +101,7 @@
101
101
 
102
102
  .name {
103
103
  overflow: hidden;
104
+ color: theme(participant-text-color, text-color-alt) !important;
104
105
  text-overflow: ellipsis;
105
106
  white-space: nowrap;
106
107
  }