From 841a5c0314ee6d1b5d9e5639498a37d6d7aad750 Mon Sep 17 00:00:00 2001 From: Shane Prendergast Date: Mon, 2 Oct 2023 11:03:48 +0100 Subject: [PATCH] bynder-logo class --- lib/Logo/index.tsx | 2 +- lib/Logo/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Logo/index.tsx b/lib/Logo/index.tsx index 2781760e0..d4913388c 100644 --- a/lib/Logo/index.tsx +++ b/lib/Logo/index.tsx @@ -14,7 +14,7 @@ export function Logo(props: any) { typeof LogoPath === "string" ? ( {props.alt} ) : ( - + ); diff --git a/lib/Logo/styles.scss b/lib/Logo/styles.scss index 7032dc09d..6f1d2a5ed 100644 --- a/lib/Logo/styles.scss +++ b/lib/Logo/styles.scss @@ -11,7 +11,7 @@ $logo-max-width: 150px !default; max-width: $logo-max-width; max-height: $logo-max-height; - &.bynder { + &.bynder-logo { max-width: 40px; svg {