Skip to content

Commit

Permalink
fix: css
Browse files Browse the repository at this point in the history
  • Loading branch information
m7ez1n committed Jun 1, 2023
1 parent 6a7cbdc commit cb5776a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions resources/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@
@tailwind utilities;




.filament-forms-text-input-component {
@apply w-full p-2.5 !important;
}

.filament-forms-input {
@apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:ring-4 focus:ring-indigo-500 placeholder-gray-500 resize-none rounded !important;
@apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:outline-none focus:ring-0 placeholder-gray-500 resize-none rounded !important;
}

.filament-forms-component-container {
@apply w-full;
}

.filament-forms-input > select{
@apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:ring-4 focus:ring-indigo-500 placeholder-gray-500 resize-none rounded !important;

.filament-forms-field-wrapper-label > span {
@apply text-gray-500 !important;
}

.filament-forms-input > select{
@apply w-full px-5 py-4 text-gray-500 text-base bg-transparent border border-gray-800 outline-none focus:outline-none focus:ring-0 placeholder-gray-500 resize-none rounded !important;
}

0 comments on commit cb5776a

Please sign in to comment.