Skip to content

Commit b2aa3bf

Browse files
Merge pull request #679 from GSA/base-lighter-colors
color changes and version update
2 parents a0e8e9e + 0bfd84c commit b2aa3bf

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gsa-sam/sam-styles",
3-
"version": "3.0.12",
3+
"version": "3.0.13",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

sam-styles/packages/branding/colors/templates/theme-color.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h2 id="uswds-theme-color-tokens">
8080
<span class="utility-class font-mono-2xs">'base-light'</span>
8181
</td>
8282
<td data-title="Default" class="font-mono-2xs">
83-
'gray-warm-20'
83+
'gray-20'
8484
</td>
8585
<td data-title="Settings var" class="font-mono-2xs">
8686
$theme-color-base-light
@@ -99,7 +99,7 @@ <h2 id="uswds-theme-color-tokens">
9999
<span class="utility-class font-mono-2xs">'base'</span>
100100
</td>
101101
<td data-title="Default" class="font-mono-2xs">
102-
'gray-warm-50'
102+
'gray-50'
103103
</td>
104104
<td data-title="Settings var" class="font-mono-2xs">
105105
$theme-color-base

sam-styles/packages/components/button/styles/button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ $button-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
3131
@include u-text($theme-link-color);
3232
border: none;
3333
text-decoration: none;
34+
min-width: 0px !important;
3435

3536
&.usa-button--active,
3637
&:active {

sam-styles/packages/theme/settings.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Theme palette colors
1616
$theme-color-base-family : 'gray-warm',
1717
$theme-color-base-lightest: 'gray-warm-2',
1818
$theme-color-base-lighter : 'gray-warm-4',
19-
$theme-color-base-light : 'gray-warm-20',
20-
$theme-color-base : 'gray-warm-50',
19+
$theme-color-base-light : 'gray-20',
20+
$theme-color-base : 'gray-50',
2121
$theme-color-base-dark : 'gray-warm-70',
2222
$theme-color-base-darker : 'gray-warm-70',
2323
$theme-color-base-darkest : 'gray-warm-80',
@@ -70,6 +70,8 @@ Theme palette colors
7070
State palette colors
7171
----------------------------------------
7272
*/
73+
// Disabled color
74+
$theme-color-disabled : 'gray-20',
7375

7476
// Error colors
7577
$theme-color-error-family : 'red-vivid',

0 commit comments

Comments
 (0)