Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Oct 2, 2024
1 parent 7b7a34b commit 51703b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/gestalt/src/Focus.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}

.accessibilityOutlineBorderDefault:focus {
border: 2px solid var(--sema-color-border-focus-inner-light);
border: 2px solid var(--sema-color-border-focus-inner-default);
}

.accessibilityOutlineBorder {
border: 2px solid var(--base-color-transparent);
}

.accessibilityOutlineBorderInverse:focus {
border: 2px solid var(--sema-color-border-focus-inner-dark);
border: 2px solid var(--sema-color-border-focus-inner-inverse);
}

.accessibilityOutlineFocusWithin .accessibilityOutline:focus {
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/src/Text.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
}

a.standalone {
color: var(--color-text-link);
color: var(--sema-color-text-default);
}

a.standalone:hover {
Expand Down

0 comments on commit 51703b2

Please sign in to comment.