diff --git a/packages/design-system/src/components/N8nIconPicker/IconPicker.test.ts b/packages/design-system/src/components/N8nIconPicker/IconPicker.test.ts index 86df5ae804b53..f3295ba5e67d3 100644 --- a/packages/design-system/src/components/N8nIconPicker/IconPicker.test.ts +++ b/packages/design-system/src/components/N8nIconPicker/IconPicker.test.ts @@ -50,7 +50,7 @@ const components = { }; describe('IconPicker', () => { - it.only('renders icons and emojis', async () => { + it('renders icons and emojis', async () => { const { getByTestId, getAllByTestId } = render(IconPicker, { props: { modelValue: { type: 'icon', value: 'smile' }, diff --git a/packages/editor-ui/src/components/Projects/ProjectIcon.vue b/packages/editor-ui/src/components/Projects/ProjectIcon.vue index fa3f056d8ae0c..5365cba286569 100644 --- a/packages/editor-ui/src/components/Projects/ProjectIcon.vue +++ b/packages/editor-ui/src/components/Projects/ProjectIcon.vue @@ -30,7 +30,7 @@ const props = withDefaults(defineProps(), { display: flex; align-items: center; justify-content: center; - border: 1px solid var(--color-foreground-light); + border: var(--border-width-base) var(--border-style-base) var(--color-foreground-light); border-radius: var(--border-radius-base); &.round { @@ -57,7 +57,7 @@ const props = withDefaults(defineProps(), { } .large { - // Making this inline with user avatar size + // Making this in line with user avatar size width: 40px; height: 40px;