From 9dceddc6c23a87595d9f04ca4fafc4ae3aaf4453 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Tue, 14 Oct 2025 11:46:28 +0200 Subject: [PATCH] app: remove 'condensed' variant --- pkgs/clan-app/ui/src/components/Alert/Alert.tsx | 8 +------- pkgs/clan-app/ui/src/components/Select/Select.tsx | 5 ----- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/pkgs/clan-app/ui/src/components/Alert/Alert.tsx b/pkgs/clan-app/ui/src/components/Alert/Alert.tsx index 91a7e728e..82b06026f 100644 --- a/pkgs/clan-app/ui/src/components/Alert/Alert.tsx +++ b/pkgs/clan-app/ui/src/components/Alert/Alert.tsx @@ -38,7 +38,6 @@ export const Alert = (props: AlertProps) => {
{ {props.title} - + {props.description} diff --git a/pkgs/clan-app/ui/src/components/Select/Select.tsx b/pkgs/clan-app/ui/src/components/Select/Select.tsx index bdb7d1c70..e0ffdcff0 100644 --- a/pkgs/clan-app/ui/src/components/Select/Select.tsx +++ b/pkgs/clan-app/ui/src/components/Select/Select.tsx @@ -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}