Skip to content

Commit 6c68eb8

Browse files
committed
refactor: 🔥 Remove ui
1 parent 3a85a19 commit 6c68eb8

File tree

9 files changed

+2
-166
lines changed

9 files changed

+2
-166
lines changed

apps/app/src/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@
8686
}
8787

8888
.input-primary-invoice {
89-
@apply bg-base-100 disabled:text-base-content w-full rounded-lg border-none py-2 read-only:cursor-not-allowed focus:border-none focus:ring-0 disabled:cursor-not-allowed;
89+
@apply w-full rounded-lg border-none bg-base-100 py-2 read-only:cursor-not-allowed focus:border-none focus:ring-0 disabled:cursor-not-allowed disabled:text-base-content;
9090
}
9191

9292
.input-invoice {
9393
@apply hover:input-primary-invoice focus:input-primary-invoice m-0 w-full truncate border-none bg-transparent px-0 text-sm tabular-nums transition-all hover:px-2 focus:px-2;
9494
}
9595

9696
.btn-pay-now {
97-
@apply bg-base-content text-base-100 hover:bg-base-content w-36 hover:bg-opacity-80;
97+
@apply w-36 bg-base-content text-base-100 hover:bg-base-content hover:bg-opacity-80;
9898
}
9999

100100
.input-welcome {

packages/ui/README.md

Lines changed: 0 additions & 58 deletions
This file was deleted.

packages/ui/package.json

Lines changed: 0 additions & 56 deletions
This file was deleted.

packages/ui/src/app.d.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/ui/src/index.test.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/ui/src/lib/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/ui/svelte.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/ui/tsconfig.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/ui/vite.config.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)