Skip to content

Commit

Permalink
Mejorardo linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrogll committed Sep 11, 2024
1 parent c9db007 commit 870e9a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/styles/colors.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@

const IDENTITY_COLOR = '#E0FA4E'; // 2024
const IDENTITY_COLOR_2 = '#b62682'
const IDENTITY_COLOR_2 = '#b62682';
const LIGHT_GREY = '#DDDDDD';
// const BLUE_LINK = '#3366BB';

export const PRIMARY_COLOR = IDENTITY_COLOR;
export const SECONDARY_COLOR = IDENTITY_COLOR_2;


export const TOUCHABLE_UNDERLAY_COLOR = LIGHT_GREY;
export const LAYOUT_COLOR = 'transparent';

Expand Down

0 comments on commit 870e9a2

Please sign in to comment.