Skip to content

Commit 88e62ad

Browse files
committed
fix: Icon color
1 parent 57a43bc commit 88e62ad

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

apps/knowledge/serializers/document.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,6 @@ class Query(serializers.Serializer):
395395
tag_ids = serializers.ListField(child=serializers.UUIDField(), allow_null=True, required=False,
396396
allow_empty=True)
397397
no_tag = serializers.BooleanField(required=False, default=False, allow_null=True)
398-
tag_ids = serializers.ListField(child=serializers.UUIDField(),allow_null=True,required=False,allow_empty=True)
399-
no_tag = serializers.BooleanField(required=False,default=False, allow_null=True)
400398
tag_exclude = serializers.BooleanField(required=False,default=False, allow_null=True)
401399

402400
def get_query_set(self):

ui/src/components/app-icon/index.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -594,32 +594,32 @@ export const iconMap: any = {
594594
h('g', { 'clip-path': 'url(#clip0_10754_9765)' }, [
595595
h('path', {
596596
d: 'M1.23567 0.764126L0.76429 1.23549C0.634122 1.36565 0.634122 1.57668 0.76429 1.70685L13.9629 14.905C14.0931 15.0351 14.3042 15.0351 14.4343 14.905L14.9057 14.4336C15.0359 14.3034 15.0359 14.0924 14.9057 13.9622L1.70705 0.764126C1.57688 0.633963 1.36584 0.633963 1.23567 0.764126Z',
597-
fill: '#3370FF',
597+
fill: 'currentColor',
598598
}),
599599
h('path', {
600600
d: 'M9.77756 6.94871V3.33311C9.77756 3.22403 9.69895 3.1333 9.59528 3.11448L9.55534 3.1109H5.93959L4.60626 1.77762H9.55534C10.3858 1.77762 11.0643 2.42839 11.1086 3.24777L11.1109 3.33311V8.28199L9.77756 6.94871Z',
601-
fill: '#3370FF',
601+
fill: 'currentColor',
602602
}),
603603
h('path', {
604604
d: 'M0.888669 3.71681V8.66623L0.890971 8.75157C0.93528 9.57095 1.61375 10.2217 2.44422 10.2217H4.17756C4.32483 10.2217 4.44422 10.1023 4.44422 9.95506V9.15509C4.44422 9.00782 4.32483 8.88844 4.17756 8.88844H2.44422L2.40428 8.88486C2.30061 8.86604 2.222 8.77531 2.222 8.66623V5.05009L0.888669 3.71681Z',
605-
fill: '#3370FF',
605+
fill: 'currentColor',
606606
}),
607607
h('path', {
608608
d: 'M5.33311 8.16107V12.6661L5.33542 12.7514C5.37972 13.5708 6.0582 14.2216 6.88867 14.2216H11.3938L10.0605 12.8883H6.88867L6.84872 12.8847C6.74506 12.8659 6.66645 12.7751 6.66645 12.6661V9.49435L5.33311 8.16107Z',
609-
fill: '#3370FF',
609+
fill: 'currentColor',
610610
}),
611611
h('path', {
612612
d: 'M8.60626 5.77746L8.88867 6.05986V6.04411C8.88867 5.89684 8.76928 5.77746 8.622 5.77746H8.60626Z',
613-
fill: '#3370FF',
613+
fill: 'currentColor',
614614
}),
615615
h('path', {
616616
d: 'M15.5542 12.7251L14.222 11.393V7.33295C14.222 7.22386 14.1434 7.13313 14.0397 7.11431L13.9998 7.11073H12.2664C12.1192 7.11073 11.9998 6.99135 11.9998 6.84408V6.04411C11.9998 5.89684 12.1192 5.77746 12.2664 5.77746H13.9998C14.8303 5.77746 15.5087 6.42822 15.553 7.2476L15.5553 7.33295V12.6661C15.5553 12.6858 15.555 12.7055 15.5542 12.7251Z',
617-
fill: '#3370FF',
617+
fill: 'currentColor',
618618
}),
619619
]),
620620
h('defs', [
621621
h('clipPath', { id: 'clip0_10754_9765' }, [
622-
h('rect', { width: '16', height: '15.9993', fill: 'white' }),
622+
h('rect', { width: '16', height: '15.9993', fill: 'currentColor' }),
623623
]),
624624
]),
625625
],

0 commit comments

Comments
 (0)