12
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

小ネタ記事になります

Dividerを用いる際、色の変更するのにパッとcolorを指定するだけではダメだったので備忘録です。

対処法

<Divider sx={{ borderBottomWidth: '1px', borderColor: '#DADADA' }} />

以上です。根本原因はプロジェクトのテーマ設定や、devias-kitというものを用いていた都合もあるかもしれませんが、colorとかwidthではなくborderBottomWidthborderColorDividerに色をつけることに成功しました。

devias-kitとは

MaterialUIの、さらにコンソール(管理)画面に特化した有料ライブラリです。

プランによってはFigmaデータがもらえたりするので管理画面の開発をする際は発生する開発コストと天秤にかけながらこういう有料ライブラリの検討もして良いと思います。

12
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?