Browse Source

fix: select icon

pull/6441/head
sreehari jayaraj 12 months ago
parent
commit
2037dc301e
  1. 1
      packages/nc-gui/components/nc/Select.vue

1
packages/nc-gui/components/nc/Select.vue

@ -50,6 +50,7 @@ const onChange = (value: string) => {
<style lang="scss">
.nc-select.ant-select {
height: fit-content;
.ant-select-selector {
box-shadow: 0px 5px 3px -2px rgba(0, 0, 0, 0.02), 0px 3px 1px -2px rgba(0, 0, 0, 0.06);
@apply border-1 border-gray-200 !rounded-lg;

Loading…
Cancel
Save