Skip to content

Commit

Permalink
Merge pull request #242 from ImbueNetwork/sani/quick-fix
Browse files Browse the repository at this point in the history
submit brief fixes
  • Loading branch information
ssani7 authored Oct 20, 2023
2 parents 4ef371c + 3729b8d commit 7dba1ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ProgressBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const ProgressBar = ({
))}
<div className='progress-bar-back'></div>
<div
className='progress-bar-progress'
className='progress-bar-progress absolute'
style={{
width: `calc((100% - .5rem) * ${currentValue} / ${
titleArray.length - 1
Expand Down
2 changes: 1 addition & 1 deletion src/pages/briefs/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const NewBrief = (): JSX.Element => {
value={description}
name='description'
maxLength={5000}
className='text-black bg-white outline-none'
className='text-black bg-white outline-none p-3'
onChange={handleChange}
/>
<div className='flex flex-wrap flex-row justify-center relative top-4'>
Expand Down

0 comments on commit 7dba1ae

Please sign in to comment.