fix: replace border-gray-300 with a themable colour (#664)

Co-authored-by: Aman Harwara <amanharwara@protonmail.com>
This commit is contained in:
Gorjan Petrovski
2021-11-01 16:16:14 +01:00
committed by GitHub
parent 4f56c453cb
commit 32ced95f72
9 changed files with 11 additions and 11 deletions

View File

@@ -26,7 +26,7 @@
}
&:hover {
@extend .border-gray-300;
@extend .border-neutral;
@extend .border-solid;
@extend .border-1;
@extend .bg-default;

View File

@@ -203,7 +203,7 @@
@extend .border-bottom-solid;
@extend .border-b-1;
@extend .border-gray-300;
@extend .border-neutral;
@extend .py-3;
@extend .px-3;