Skip to content

Commit

Permalink
fix: do not use solid icon for field
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Jan 30, 2024
1 parent db6cc48 commit b653405
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions packages/veui-theme-dls/components/Field.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
IconAsterisk,
IconQuestionCircle,
IconQuestionCircleSolid
} from 'dls-icons-vue'
import { IconAsterisk, IconQuestionCircle } from 'dls-icons-vue'
import ui from 'veui/managers/ui'

ui.defaults(
Expand All @@ -20,13 +16,6 @@ ui.defaults(
},
parts: {
message: 's'
},
themes: {
d22: {
icons: {
tip: IconQuestionCircleSolid
}
}
}
},
'field'
Expand Down

0 comments on commit b653405

Please sign in to comment.