Skip to content

Commit

Permalink
fix focus on theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 20, 2024
1 parent b59f827 commit 51fe555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/theme/utils/tokenMapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ export const mapTokens = () => {
setToken('--ds-color-brand3-contrast-default', 'var(--brand3-14)');
setToken('--ds-color-brand3-contrast-sublte', 'var(--brand3-15)');

setToken('--ds-color-focus-outer', 'var(--neutral13)');
setToken('--ds-color-focus-inner', 'var(--neutral1)');
setToken('--ds-color-focus-outer', 'var(--neutral-13)');
setToken('--ds-color-focus-inner', 'var(--neutral-1)');
};

const setToken = (token: string, color: string) => {
Expand Down

0 comments on commit 51fe555

Please sign in to comment.