function borderColor(kind = 'default', theme = 'normal') {
  if (theme === 'solid') {
    return 'transparent';
  } else {
    return {