app: remove 'condensed' variant

This commit is contained in:
Johannes Kirschbauer
2025-10-14 11:46:28 +02:00
parent ffdcd9b41e
commit 9dceddc6c2
2 changed files with 1 additions and 12 deletions

View File

@@ -38,7 +38,6 @@ export const Alert = (props: AlertProps) => {
<div class={styles.alertContent}>
<Typography
hierarchy="body"
family="condensed"
size={titleSize()}
weight="bold"
color="inherit"
@@ -46,12 +45,7 @@ export const Alert = (props: AlertProps) => {
{props.title}
</Typography>
<Show when={props.description}>
<Typography
hierarchy="body"
family="condensed"
size={bodySize()}
color="inherit"
>
<Typography hierarchy="body" size={bodySize()} color="inherit">
{props.description}
</Typography>
</Show>

View File

@@ -126,7 +126,6 @@ export const Select = (props: SelectProps) => {
hierarchy="label"
size="s"
weight="bold"
family="condensed"
in="Select-item-label"
>
{props.item.rawValue.label}
@@ -142,7 +141,6 @@ export const Select = (props: SelectProps) => {
hierarchy="label"
size="s"
weight="bold"
family="condensed"
color="secondary"
in="Select-item-label"
>
@@ -157,7 +155,6 @@ export const Select = (props: SelectProps) => {
hierarchy="label"
size="s"
weight="normal"
family="condensed"
color="secondary"
in="Select-item-label"
>
@@ -170,7 +167,6 @@ export const Select = (props: SelectProps) => {
hierarchy="label"
size="s"
weight="bold"
family="condensed"
in="Select-item-label"
>
{root.placeholder}
@@ -202,7 +198,6 @@ export const Select = (props: SelectProps) => {
hierarchy="label"
size="s"
weight="bold"
family="condensed"
in="Select-item-label"
>
{state.selectedOption().label}