Skip to content

Commit

Permalink
fix(svelte): fix default font size in breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 14, 2023
1 parent 2b8822c commit 03935c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svelte/components/Breadcrumbs.svelte
Expand Up @@ -8,7 +8,7 @@
export let material = undefined;
export let fontSizeIos = 'text-[17px]';
export let fontSizeMaterial = 'text-[16px]';
export let fontSizeMaterial = 'text-[14px]';
$: c = useThemeClasses(
{ ios, material },
Expand Down

0 comments on commit 03935c5

Please sign in to comment.