fix: fixing the prompt view cancel button style for color and cursor shape (#33895)

This commit is contained in:
bogdan3d
2024-02-02 10:03:02 -05:00
committed by GitHub
parent e40a01c7cc
commit 09d4835d2b

View File

@@ -325,6 +325,12 @@
.action-secondary {
@extend %t-action4;
cursor: pointer;
color: $white;
&:hover {
color: $gray-l3;
}
}
}
}