feat: Replace border-gray-300 with border-neutral (#716)

This commit is contained in:
Aman Harwara
2021-11-02 19:55:28 +05:30
committed by GitHub
parent 32ced95f72
commit bad87a4f2f
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ export const PurchaseFlowView: FunctionComponent<PurchaseFlowViewProps> =
return (
<div className="flex items-center justify-center h-full w-full absolute top-left-0 z-index-purchase-flow bg-grey-2">
<div className="relative fit-content">
<div className="relative p-12 mb-4 bg-default border-1 border-solid border-gray-300 rounded">
<div className="relative p-12 mb-4 bg-default border-1 border-solid border-neutral rounded">
<SNLogoFull className="mb-5" />
<PurchaseFlowPaneSelector
currentPane={currentPane}