refactor: create destructive menu type

This commit is contained in:
Carlos Valente
2025-10-26 14:15:35 +01:00
committed by Carlos Valente
parent 32bf0f53f6
commit 812b17a221
2 changed files with 9 additions and 3 deletions
@@ -27,7 +27,6 @@
}
}
.item {
outline: 0;
cursor: default;
@@ -61,6 +60,13 @@
border-radius: 3px;
background-color: $gray-1000;
}
&[data-type='destructive'] {
color: $red-500;
svg {
color: $red-500;
}
}
}
.separator {