mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
9701d127bf
commit
c0f3352b71
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let className = 'size-4';
|
export let className = 'size-4';
|
||||||
export let strokeWidth = '2';
|
export let strokeWidth = '1.5';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let className = 'size-4';
|
export let className = 'size-4';
|
||||||
export let strokeWidth = '2';
|
export let strokeWidth = '1.5';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
export let className = 'w-4 h-4';
|
export let className = 'w-4 h-4';
|
||||||
export let strokeWidth = '2';
|
export let strokeWidth = '1.5';
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue