Skip to content

Commit

Permalink
Update Button.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
atomjoy authored May 13, 2023
1 parent 67368f4 commit a9df38d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/resources/js/components/input/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ button {
margin-top: 20px;
padding: 16px 35px;
color: #fff;
background: var(--accent-primary);
border-radius: var(--border-radius);
background: var(--wow-accent);
border-radius: var(--wow-border-radius);
border: 0px;
font-size: 16px;
font-weight: 500;
Expand All @@ -24,4 +24,4 @@ button {
button:hover {
filter: brightness(1.5);
}
</style>
</style>

0 comments on commit a9df38d

Please sign in to comment.