Skip to content

Commit

Permalink
feat: remove black color
Browse files Browse the repository at this point in the history
  • Loading branch information
charlielizzy committed Jul 23, 2024
1 parent 5d2a942 commit ff50436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/styles/Theme/ThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export interface InputTheme {
borderRadius: string;
borderColor: string;
customIcon: boolean;
customIconColor: string;
customIconColor?: string;
options: {
borderRadius: string;
hover: {
Expand Down Expand Up @@ -519,7 +519,6 @@ export const zopaTheme: AppTheme = {
borderRadius: `8px 8px 0 0`,
borderColor: colors.brand,
customIcon: false,
customIconColor: colors.black,
options: {
borderRadius: `0 0 8px 8px`,
hover: {
Expand Down
1 change: 0 additions & 1 deletion src/constants/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const neutralColors = {
grey: '#7D8B98',
greyDark: '#4A545E',
greyDarkest: '#2C3236',
black: '#000000',
} as const;

const notificationColors = {
Expand Down

0 comments on commit ff50436

Please sign in to comment.