Skip to content

Commit

Permalink
feat: update ui-library
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Nov 22, 2024
1 parent ebb08a3 commit 341dec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions components/common/InputWithCopyButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ defineProps<Props>();
<RuiTextField
v-model="modelValue"
color="primary"
variant="outlined"
v-bind="$attrs"
hide-details
>
<template
v-if="$slots.prepend"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nuxtjs/sitemap": "6.1.5",
"@rotki/eslint-config": "3.5.0",
"@rotki/eslint-plugin": "0.5.0",
"@rotki/ui-library": "1.7.1",
"@rotki/ui-library": "1.8.0",
"@types/braintree-web": "3.96.15",
"@types/paypal-checkout-components": "4.0.8",
"@types/qrcode": "1.5.5",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 341dec7

Please sign in to comment.