[AAE-16219] Theming for HxP is not working (#8894)

This commit is contained in:
Bartosz Sekula
2023-09-08 17:20:05 +02:00
committed by GitHub
parent ce881b7dcf
commit a1b39fb6dc
6 changed files with 61 additions and 30 deletions

View File

@@ -1,7 +1,6 @@
@use 'sass:map';
@use 'sass:math';
@use 'sass:color';
@use '../../colors';
@function multiply($fore, $back) {
$red: color.red($back) * color.red($fore) / 255;