Skip to content

Commit

Permalink
primary-button.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yashwant-kargwal authored Nov 2, 2024
1 parent 0d136cd commit fdc80d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/btn/primary-button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root{
--btn-padding: 10px 20px;
--primary-color: #007bff;
--primary-color: #0071eb;
}
*{
user-select: none;
Expand All @@ -24,4 +24,4 @@
background-color: #004494;
transition: all 0.1s ;
transform: scale(0.9);
}
}

0 comments on commit fdc80d4

Please sign in to comment.