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

@@ -28,7 +28,7 @@
.sn-menu-border {
@extend .border-1;
@extend .border-solid;
@extend .border-gray-300;
@extend .border-neutral;
}
.sn-account-menu-headline {

View File

@@ -82,7 +82,7 @@
@extend .text-input;
@extend .color-text;
@extend .border-solid;
@extend .border-gray-300;
@extend .border-neutral;
@extend .border-1;
@extend .min-w-55;
}