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}