Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brownben committed Jun 23, 2024
1 parent 523f247 commit 9593001
Show file tree
Hide file tree
Showing 4 changed files with 3,803 additions and 3,477 deletions.
4 changes: 2 additions & 2 deletions frontend/components/ButtonSmall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ defineProps({
:external="external"
class="inline-flex select-none items-center gap-2 rounded border px-2 py-1 text-sm font-medium leading-tight transition duration-100 hover:border-main-300 hover:bg-main-100 hover:text-main-800 dark:hover:border-main-600 dark:hover:bg-main-800 dark:hover:text-main-100"
:class="{
'border-gray-200 bg-gray-50 text-gray-500 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-300 ':
'border-gray-200 bg-gray-50 text-gray-500 dark:border-gray-600 dark:bg-gray-800 dark:text-gray-300':
!coloured,
'border-main-200 bg-main-50 text-main-700 dark:border-main-700 dark:bg-main-900 dark:text-main-200 ':
'border-main-200 bg-main-50 text-main-700 dark:border-main-700 dark:bg-main-900 dark:text-main-200':
coloured,
}"
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/Input/File.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const readFileResult = (result: ProgressEvent<FileReader>) =>
</template>
<style>
input[type='file']::file-selector-button {
@apply mr-4 select-none rounded border-0 bg-gradient-to-r from-main-500 to-main-600 px-5 py-2 text-sm font-medium text-white outline-none transition duration-200 dark:ring-offset-gray-800;
@apply mr-4 select-none rounded border-0 bg-gradient-to-r from-main-500 to-main-600 px-5 py-2 text-sm font-medium text-white outline-none transition duration-200 dark:ring-offset-gray-800;
}
input[type='file']::file-selector-button:focus {
Expand Down
Loading

0 comments on commit 9593001

Please sign in to comment.