Skip to content

Commit

Permalink
feat(components/theme): tokenize button styling (#2803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackbaud-TrevorBurch authored Oct 15, 2024
1 parent abbf2fe commit f319508
Show file tree
Hide file tree
Showing 6 changed files with 434 additions and 124 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"interactable",
"ngsrc",
"novalidate",
"pillarbox",
"tabindex",
"xlink"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ describe('theme-storybook', () => {
);
});
});
});
}, true);
});
2 changes: 1 addition & 1 deletion apps/playground/src/app/app.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
top: 0;
z-index: 500;
display: flex;
background-color: #ffd597;
background-color: var(--sky-color-background-container-warning);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@include mixins.sky-component('modern', '.sky-alert') {
padding: var(--sky-override-alert-padding, var(--sky-space-inset-balanced-s));
border-left: solid var(--sky-border-width-accent);
color: var(--sky-text-color-default);
color: var(--sky-color-text-default);
display: flex;
flex-direction: row;
align-items: center;
Expand Down
Loading

0 comments on commit f319508

Please sign in to comment.