We are making the lightest shade of our colors (100) a bit darker in preparation for future changes.
@@ -212,6 +212,7 @@ jobs:
id: visual-snapshots-diff
uses: getsentry/action-visual-snapshot@v2
with:
+ threshold: '0'
api-token: ${{ secrets.VISUAL_SNAPSHOT_SECRET }}
github-token: ${{ secrets.GITHUB_TOKEN }}
gcs-bucket: 'sentry-visual-snapshots'
@@ -15,43 +15,43 @@ const colors = {
gray700: '#4A3E56',
gray800: '#302839',
- yellow100: '#FFFDF5',
+ yellow100: '#FFF9DF',
yellow200: '#FFF8C4',
yellow300: '#FFF492',
yellow400: '#FFC227',
yellow500: '#E2A301',
- purple100: '#FAF5FF',
+ purple100: '#F5E9FF',
purple200: '#E7D3FF',
purple300: '#B9A2FD',
purple400: '#6C5FC7',
purple500: '#3E2C73',
- blue100: '#F5F9FF',
+ blue100: '#E9F2FF',
blue200: '#AFC7EE',
blue300: '#7199DD',
blue400: '#3D74DB',
blue500: '#194591',
- orange100: '#FCF8F7',
+ orange100: '#FFF1ED',
orange200: '#F9C7B9',
orange300: '#F69C7D',
orange400: '#FF7738',
orange500: '#BA4A23',
- red100: '#FFF5F7',
+ red100: '#FFECF0',
red200: '#F4B1BB',
red300: '#EA7282',
red400: '#FA4747',
red500: '#AC1025',
- green100: '#F5FFFB',
+ green100: '#E4F9F0',
green200: '#C0F3DD',
green300: '#8FE7BF',
green400: '#4DC771',
green500: '#1C8952',
- pink100: '#FFF5F9',
+ pink100: '#FFE1ED',
pink200: '#FFCEE4',
pink300: '#FF99BC',
pink400: '#E1567C',