Skip to content

Commit d3c1ee2

Browse files
authored
secondary button borders now use default (#893)
1 parent aecc8d8 commit d3c1ee2

File tree

114 files changed

+12
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+12
-2
lines changed

.changeset/violet-otters-think.md

Lines changed: 6 additions & 0 deletions

packages/design-tokens/src/tokens/functional/components/button/colors.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ module.exports = {
7171
},
7272
borderColor: {
7373
rest: {
74-
value: 'var(--brand-color-border-default)',
75-
dark: 'var(--brand-color-border-default)',
74+
value: 'var(--brand-color-text-default)',
75+
dark: 'var(--brand-color-text-default)',
7676
},
7777
hover: {
7878
value: 'var(--base-color-scale-gray-9)',

0 commit comments

Comments
 (0)