change drag status color
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
William Buezas 2024-02-14 18:20:54 -03:00
parent fbe8c912f6
commit 60d2491409
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
// Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary: #ec8916;
$primary-light: lighten($primary, 35%);
$secondary: #26a69a;
$accent: #9c27b0;
$white: #fff;

View File

@ -491,7 +491,7 @@ const cleanDragAndDropData = () => {
}
.dragged-row {
background-color: $secondary;
background-color: $primary-light;
}
</style>