Skip to content

Commit

Permalink
Notes: Save icon: fix size and fill
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Nov 13, 2023
1 parent 14ef455 commit 59841f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/AddNotes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ export default class AddNotes extends React.Component<
<TouchableOpacity onPress={() => saveNote()}>
<SaveIcon
stroke={themeColor('text')}
fill={themeColor('secondary')}
fill={themeColor('text')}
height={40}
width={40}
/>
</TouchableOpacity>
);
Expand Down

0 comments on commit 59841f5

Please sign in to comment.