Skip to content

Commit

Permalink
chore: fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Mar 10, 2021
1 parent 9b7c926 commit 27fa414
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cmd/doggo/api/assets/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -641,14 +641,14 @@ select {
background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-900 {
.bg-indigo-700 {
--tw-bg-opacity: 1;
background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.hover\:bg-indigo-700:hover {
.hover\:bg-indigo-500:hover {
--tw-bg-opacity: 1;
background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.border-transparent {
Expand Down Expand Up @@ -949,9 +949,9 @@ select {
--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.focus\:ring-indigo-900:focus {
.focus\:ring-indigo-700:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity));
--tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity));
}

.text-left {
Expand Down

0 comments on commit 27fa414

Please sign in to comment.