refactor: migrate create user form to immich ui ()

* refactor: migrate create user form to immich ui

* minor styling tweak

* remove unintentional commit

* revert formating diff

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
This commit is contained in:
Jason Rasmussen 2025-01-15 15:09:19 -05:00 committed by GitHub
parent 2d2966caa0
commit a60da1ccab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 121 additions and 148 deletions

View file

@ -2,7 +2,11 @@ import plugin from 'tailwindcss/plugin';
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}', './node_modules/@immich/ui/dist/**/*.{svelte,js}'],
content: [
'./src/**/*.{html,js,svelte,ts}',
'./node_modules/@immich/ui/dist/**/*.{svelte,js}',
'../../ui/src/**/*.{html,js,svelte,ts}',
],
darkMode: 'class',
theme: {
extend: {