fix: change action colors in 'Leave call' confirmation

Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
This commit is contained in:
Maksim Sukharev 2025-12-04 12:07:52 +01:00
commit c487c10333

View file

@ -448,10 +448,11 @@ export default {
buttons: [
{
label: t('spreed', 'Stay in call'),
variant: 'primary',
},
{
label: t('spreed', 'Leave call'),
variant: 'primary',
variant: 'error',
callback: () => {
beforeRouteChangeListener(to, from, next)
},