fix(SW-719): update function name
This commit is contained in:
@@ -76,7 +76,9 @@ export function getBodyFontColor(
|
||||
}
|
||||
}
|
||||
|
||||
export function getTheme(theme: CardProps["theme"]): ButtonProps["theme"] {
|
||||
export function getButtonTheme(
|
||||
theme: CardProps["theme"]
|
||||
): ButtonProps["theme"] {
|
||||
switch (theme) {
|
||||
case "two":
|
||||
return "secondaryLight"
|
||||
|
||||
Reference in New Issue
Block a user