Skip to content

Commit

Permalink
feat(ui-lib): css minor fix (#17301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 authored May 22, 2024
1 parent 849a3c4 commit dbed99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/ui-lib/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ export const framework = {
};

export const docs = { autodocs: false };
export const addons = [
'@storybook/addon-essentials'
];
export const addons = ['@storybook/addon-essentials'];

const config: StorybookConfig = {
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
Expand Down
5 changes: 2 additions & 3 deletions packages/ui-lib/src/lib/components/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@
'flex-row',
'items-center',
'justify-center',
'uppercase',
'gap-5',
'text-xs',
'text-[12px]/[17.46px]',
'font-bold',
'font-sans',
'text-content-primary'
Expand Down Expand Up @@ -278,8 +279,6 @@
'text-content-secondary',
'font-normal'
);
$: hoveredIcon, console.log({ hoveredIcon });
</script>

<div class={sectionClasses}>
Expand Down

0 comments on commit dbed99a

Please sign in to comment.