Skip to content

Commit

Permalink
chore: add border-neutral-lighter color to the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmw committed Mar 25, 2024
1 parent 09ce785 commit 6661973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/theme/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export const oakUiRoleTokens = [
"border-primary",
"border-inverted",
"border-neutral",
"border-neutral-lighter",
"border-brand",
"border-success",
"border-error",
Expand Down
1 change: 1 addition & 0 deletions src/styles/theme/default.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const oakDefaultTheme: OakTheme = {
"border-primary": "black",
"border-inverted": "white",
"border-neutral": "grey50",
"border-neutral-lighter": "grey40",
"border-brand": "oakGreen",
"border-success": "oakGreen",
"border-error": "red",
Expand Down

0 comments on commit 6661973

Please sign in to comment.