Skip to content

Commit

Permalink
change px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasselin008 committed Oct 13, 2023
1 parent 9047abf commit bf60a25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ const BackgroundColorAliases = {
"upsell-hover": "upsell-surface-hover"
} as const;

const BorderWidthAndStyle = "1px solid";
const BorderWidthAndStyle = "0.0625rem solid";

const BorderColorAliases = {
"information": "information-border",
Expand Down

0 comments on commit bf60a25

Please sign in to comment.