Skip to content

Commit

Permalink
Text align start for reset buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed May 19, 2023
1 parent fb36031 commit 08d9a35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
button.reset {
@apply bg-transparent hover:bg-transparent font-normal rounded-none;
padding: unset;
text-align: start;
}
button.secondary {
@apply bg-gray-100 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-600 text-gray-500 dark:text-gray-100 hover:text-gray-600;
Expand Down

0 comments on commit 08d9a35

Please sign in to comment.