barsa-novin-ray-core 2.3.44 → 2.3.46
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.
|
@@ -3899,7 +3899,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImpor
|
|
|
3899
3899
|
|
|
3900
3900
|
class DynamicDarkColorPipe {
|
|
3901
3901
|
transform(styleStr) {
|
|
3902
|
-
const prefersDark = IsDarkMode()
|
|
3902
|
+
const prefersDark = IsDarkMode();
|
|
3903
3903
|
if (!prefersDark || !styleStr) {
|
|
3904
3904
|
return styleStr;
|
|
3905
3905
|
}
|