Skip to content

Commit

Permalink
changeset, 2 more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
silvalaura committed Dec 20, 2024
1 parent 9b12559 commit 00feb14
Show file tree
Hide file tree
Showing 3 changed files with 547 additions and 821 deletions.
5 changes: 5 additions & 0 deletions .changeset/manualSync311.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-magma-docs': patch
---

Manual sync patch-3.x.x -> dev-patch for 3.11
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ function borderColors(props) {
if (props.disabled) {
return transparentize(0.85, props.theme.colors.neutral100);
}
if (props.disabled) {
return transparentize(0.85, props.theme.colors.neutral100);
}
return transparentize(0.5, props.theme.colors.neutral100);
}
if (props.hasError) {
Expand Down
Loading

0 comments on commit 00feb14

Please sign in to comment.