scandoc-ai-components 0.0.74 → 0.0.75
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11466,7 +11466,7 @@ class ExtractorVideo {
|
|
|
11466
11466
|
min-height: 36px;
|
|
11467
11467
|
justify-content: center;
|
|
11468
11468
|
align-items: center;
|
|
11469
|
-
color:
|
|
11469
|
+
color: ${messageColor};
|
|
11470
11470
|
}
|
|
11471
11471
|
</style>
|
|
11472
11472
|
`;
|