Yuki Takei 3 месяцев назад
Родитель
Сommit
03f46332ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/client/components/Admin/Customize/ThemeColorBox.tsx

+ 1 - 1
apps/app/src/client/components/Admin/Customize/ThemeColorBox.tsx

@@ -29,7 +29,7 @@ export const ThemeColorBox = (props: Props): JSX.Element => {
     <button
       type="button"
       id={`theme-option-${name}`}
-      className={`${themeOptionClass} d-flex flex-column align-items-center ${isSelected ? 'active' : ''}`}
+      className={`${themeOptionClass} d-flex flex-column align-items-center ${isSelected ? 'active' : ''} border-0 bg-transparent`}
       onClick={onSelected}
       aria-pressed={isSelected}
     >