Skip to content

Commit

Permalink
fix: NFTAPIKeyInput text color white (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou authored Sep 13, 2023
1 parent 8c184b7 commit 5d9b376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/screens/Settings/components/commonStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
neutral17,
neutral33,
neutralA3,
secondaryColor,
} from "../../../utils/style/colors";
import {
fontSemibold12,
Expand Down Expand Up @@ -64,6 +65,7 @@ export const useCommonStyles = () => {
borderWidth: 1,
backgroundColor: neutral00,
borderRadius: layout.spacing_x1_5,
color: secondaryColor,
};

return {
Expand Down

0 comments on commit 5d9b376

Please sign in to comment.