mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 00:05:36 +02:00
remove hardcoded colors from setting's dialogs
This commit is contained in:
@@ -102,10 +102,10 @@
|
||||
</Table.Body>
|
||||
</Table.Root>
|
||||
<Dialog.Root bind:open={dialogOpen}>
|
||||
<Dialog.Content class="w-full max-w-[600px] rounded-lg bg-white p-6 shadow-lg">
|
||||
<Dialog.Content class="w-full max-w-[600px] rounded-lg p-6 shadow-lg">
|
||||
<Dialog.Header>
|
||||
<Dialog.Title class="mb-1 text-xl font-semibold">Edit user</Dialog.Title>
|
||||
<Dialog.Description class="mb-4 text-sm text-gray-500">
|
||||
<Dialog.Description class="mb-4 text-sm">
|
||||
Edit {selectedUser?.email}
|
||||
</Dialog.Description>
|
||||
</Dialog.Header>
|
||||
|
||||
@@ -51,10 +51,10 @@
|
||||
Edit my details
|
||||
</Button>
|
||||
</Dialog.Trigger>
|
||||
<Dialog.Content class="w-full max-w-[600px] rounded-lg bg-white p-6 shadow-lg">
|
||||
<Dialog.Content class="w-full max-w-[600px] rounded-lg p-6 shadow-lg">
|
||||
<Dialog.Header>
|
||||
<Dialog.Title class="mb-1 text-xl font-semibold">Edit User Details</Dialog.Title>
|
||||
<Dialog.Description class="mb-4 text-sm text-gray-500">
|
||||
<Dialog.Description class="mb-4 text-sm">
|
||||
Change your email or password. Leave fields empty to not change them.
|
||||
</Dialog.Description>
|
||||
</Dialog.Header>
|
||||
|
||||
Reference in New Issue
Block a user