Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Make modal username bold and assign color to it
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed May 10, 2024
1 parent c44dcd0 commit e5ba717
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/react",
"version": "0.2.0",
"version": "0.2.1",
"description": "Farcaster frontend component library powered by Neynar",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.es.js",
Expand Down
4 changes: 4 additions & 0 deletions src/components/NeynarAuthButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ const Modal = styled.div((props) => ({
height: "80px",
borderRadius: "50%",
},
"> span": {
color: "#000",
fontWeight: "bold",
},
}));

const ModalButton = styled.button({
Expand Down

0 comments on commit e5ba717

Please sign in to comment.