Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Shurtu-gal
requested changes
Mar 15, 2024
| key={index} | ||
| className='bg-[#ffcccb] p-6 rounded-lg w-full sm:w-80 relative flex-shrink-0' | ||
| style={{ | ||
| borderRadius: '8px', |
ORKO06
requested changes
Mar 18, 2024
Comment on lines
34
to
42
| className='bg-[#ff8c69] text-white px-3 py-1 rounded-full text-sm absolute -mt-10 ml-60' | ||
| style={{ | ||
| borderRadius: '9px', | ||
| border: '2px solid #000', | ||
| background: 'var(--Accent-Yellow, #F2DA05)', | ||
| whiteSpace: 'nowrap', | ||
| width: 'auto', | ||
| fontSize: '14px', | ||
| }}> |
| <ul className='text-[#d45500]'> | ||
| {event.agenda.map((item, index) => ( | ||
| <li key={index}> | ||
| <Text style={{ color: '#000', fontSize: '16px' }}>{item}</Text>{' '} |
| WebkitTextStrokeWidth: 2.71052622795105, | ||
| WebkitTextStrokeColor: '#252525', | ||
| }}> | ||
| Events |
Member
There was a problem hiding this comment.
Store the text in a constants file
Comment on lines
6
to
15
| <div className='p-8' style={{ border: '1px solid red' }}> | ||
| <Heading | ||
| variant='h1' | ||
| className='text-primary-yellow text-center' | ||
| style={{ | ||
| fontSize: '80px', | ||
| textShadow: '4.608px 4.608px 0px #000', | ||
| WebkitTextStrokeWidth: 2.71052622795105, | ||
| WebkitTextStrokeColor: '#252525', | ||
| }}> |
Author
There was a problem hiding this comment.
use variants
@ORKO06 Actually the typography defined in the code and the typography displayed in the figma not matched, so to get that desired output I have used style , if I remove this then the output is
please check it
Member
There was a problem hiding this comment.
Another variant could be added the required styles in Heading component.
…oText1 for Events heading
Author
|
@Shurtu-gal review and help me to fix the typo for events and the arrow image alignment |
jayeshxn
requested changes
Mar 30, 2024
| key={index} | ||
| className='p-6 rounded-lg flex-shrink-0 relative w-auto bg-[#FF9E7C]' | ||
| style={{ | ||
| borderRadius: '8px', |
| style={{ | ||
| borderRadius: '9px', | ||
| border: '2px solid #000', | ||
| }}> |
This file contains hidden or 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
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.


No description provided.