Skip to content

Commit

Permalink
chore: Update publish button shadow color for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
OXeu committed Jun 6, 2024
1 parent 679102f commit 20a5ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/page/writing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export function WritingPage({ id }: { id?: number }) {
</div>
</div>
<div className='visible md:hidden flex flex-row justify-center mt-8'>
<button onClick={publishButton} className='basis-1/2 bg-theme text-white py-4 rounded-full shadow-xl shadow-neutral-200'>发布</button>
<button onClick={publishButton} className='basis-1/2 bg-theme text-white py-4 rounded-full shadow-xl shadow-color'>发布</button>
</div>
</div>
<div className='hidden md:visible basis-1/2 md:basis-1/4 md:flex flex-col'>
Expand Down

0 comments on commit 20a5ab0

Please sign in to comment.