Skip to content

Commit

Permalink
fix(template-bod): rectify linter error (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Jun 8, 2023
1 parent ed20e83 commit aebbab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
@apply px-3 pb-1 text-4xl;

color: rgb(112 76 182);
appearance: none;
cursor: pointer;
background: none;
background-color: rgb(112 76 182 / 10%);
border: 2px solid transparent;
border-radius: 2px;
outline: none;
appearance: none;
}

.async-button {
Expand Down

0 comments on commit aebbab6

Please sign in to comment.