Migrate DeleteServerModal to tailwind components

This commit is contained in:
Alejandro Celaya
2025-04-03 07:57:58 +02:00
parent 15ef29ecea
commit 01ca369388
11 changed files with 117 additions and 107 deletions

View File

@@ -114,7 +114,7 @@ exports[`<ManageServersRowDropdown /> > renders expected size and icon 1`] = `
tabindex="-1"
/>
<button
class="dropdown-item--danger dropdown-item"
class="tw:text-danger dropdown-item"
role="menuitem"
tabindex="0"
type="button"
@@ -259,7 +259,7 @@ exports[`<ManageServersRowDropdown /> > renders expected size and icon 2`] = `
tabindex="-1"
/>
<button
class="dropdown-item--danger dropdown-item"
class="tw:text-danger dropdown-item"
role="menuitem"
tabindex="0"
type="button"