-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend colors suggestion change #651
Closed
Roene-JustBetter
wants to merge
6
commits into
master
from
feature/frontend-colors-suggestions-change
Closed
Frontend colors suggestion change #651
Roene-JustBetter
wants to merge
6
commits into
master
from
feature/frontend-colors-suggestions-change
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -10,7 +10,7 @@ | |||
'id' => $name ?? null, | |||
'name' => $name ?? null, | |||
'dusk' => $attributes->get('v-bind:dusk') ? null : $name ?? null, | |||
'class' => 'w-full py-2 pl-3 pr-8 border-gray-200 rounded focus:ring-neutral focus:border-neutral sm:text-sm' | |||
'class' => 'w-full py-2 pl-3 pr-8 border border-neutral-110 rounded outline-0 ring-0 focus:ring-transparent focus:border-neutral sm:text-sm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
border-neutral-110 shouldn't be necessary since it's set by default on the "border" class
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JimmyHoenderdaal
previously approved these changes
Nov 19, 2024
jordythevulder
approved these changes
Nov 19, 2024
JimmyHoenderdaal
approved these changes
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed colors
Added colors
The enhanced color will most likely be used for conversions, such as "Add to Cart" buttons.
Updated tailwind.config with colors:
![Schermafbeelding 2024-11-18 om 14 05 19](https://private-user-images.githubusercontent.com/85165259/387229330-ae4ac90c-b4f0-41e7-a8c8-1b9e7c666fde.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1Mzg0NDUsIm5iZiI6MTczOTUzODE0NSwicGF0aCI6Ii84NTE2NTI1OS8zODcyMjkzMzAtYWU0YWM5MGMtYjRmMC00MWU3LWE4YzgtMWI5ZTdjNjY2ZmRlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDEzMDIyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4OGYzZTgzYmZiMzRjOTQ4ZDU2YWQ4YjAyMTRjYzY2ODA0Y2Q1NDgyMGQ2Yzc2MzAwYTNlMjEwYTk5MGIzNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YxRq801EESBq-IYv6QLfyjI6YzVlXMYdrISh2jtYR-c)
If we are going to use the colors above we should also change it in here:
https://github.com/rapidez/reviews & https://github.com/rapidez/account
Note
Buttons & inputs will be replaced with the buttons from the blade-components. There is a draft here: #632