Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
albinazs committed Jun 17, 2024
1 parent 5373c8b commit f878588
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions client/scss/components/_status-tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@
padding: theme('spacing.[0.5]') theme('spacing.2');
color: theme('colors.text-status-label');
font-weight: theme('fontWeight.medium');
// stylelint-disable-next-line property-disallowed-list
text-transform: capitalize;
background: theme('colors.surface-status-label');
border: 1px solid theme('colors.text-status-label');
border-radius: theme('borderRadius.xxl');
border-radius: theme('borderRadius.xl');
}
}

Expand Down
6 changes: 3 additions & 3 deletions client/src/tokens/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const staticColors = {
},
100: {
hex: '#1D7792',
hsl: 'hsl(193 66.9% 34.3%)',
hsl: 'hsl(193.9 66.9% 34.3%)',
bgUtility: 'w-bg-info-100',
textUtility: 'w-text-info-100',
cssVariable: '--w-color-info-100',
Expand All @@ -225,8 +225,8 @@ const staticColors = {
bgUtility: 'w-bg-info-75',
textUtility: 'w-text-info-75',
cssVariable: '--w-color-info-75',
usage: 'Background and icons for information messages',
contrastText: 'white',
usage: 'Info text in the dark theme',
contrastText: 'primary',
},
50: {
hex: '#E2F5FC',
Expand Down
1 change: 0 additions & 1 deletion client/src/tokens/objectStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const borderRadius = {
DEFAULT: '0.3125rem', // 5px
md: '0.625rem', // 10px
xl: '1.5rem', // 24px
xxl: '2rem', // 32px
full: '100%',
};

Expand Down

0 comments on commit f878588

Please sign in to comment.