Update pricing UX, billing flows, and API rules
This commit is contained in:
3
app/resources/views/components/text-input.blade.php
Normal file
3
app/resources/views/components/text-input.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
@props(['disabled' => false])
|
||||
|
||||
<input @disabled($disabled) {{ $attributes->merge(['class' => 'rounded-xl border border-slate-300/80 bg-white/90 px-4 py-2 text-sm text-slate-900 placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-brand-ocean/40 dark:border-white/10 dark:bg-slate-900/70 dark:text-slate-100 dark:placeholder-slate-500']) }}>
|
||||
Reference in New Issue
Block a user