feat(ui): add warning in view params when styles are overriden (#1384)

* feat: add warning in view params when styles are overriden

* refactor: style tweaks

---------

Co-authored-by: Carlos Valente <carlosvalente@pm.me>
This commit is contained in:
asharonbaltazar
2024-12-15 10:40:27 -05:00
committed by GitHub
parent ed65a4db67
commit d8f7d4bba6
3 changed files with 30 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ $action-text-color: $blue-400;
$ontime-color: #ff7597;
$error-red: $red-500;
$warning-orange: $orange-500;
$info-blue: $blue-500;
$opacity-disabled: 0.4;
$active-red: $red-700;