Icon small button variant (#6525)
* Icon small button variant * Rename * Update CVA + Update button WIP * add ticket ref and fix padding * Update button and all uses of Icon button * SB deployment test * Fixing type error * Fix lint * Add icon button to canvas Co-authored-by: Alex van Andel <me@alexvanandel.com>
This commit is contained in:
co-authored by
Alex van Andel
parent
18246e0dc1
commit
cfaecc3e02
@@ -766,7 +766,7 @@ export function ShellMain(props: LayoutProps) {
|
||||
<div className="mb-6 flex sm:mt-0 lg:mb-10">
|
||||
{!!props.backPath && (
|
||||
<Button
|
||||
size="icon"
|
||||
variant="icon"
|
||||
color="minimal"
|
||||
onClick={() =>
|
||||
typeof props.backPath === "string" ? router.push(props.backPath as string) : router.back()
|
||||
|
||||
Reference in New Issue
Block a user