diff --git a/src/definitions/modules/modal.less b/src/definitions/modules/modal.less index 2d42c6386..4e1a3e16f 100755 --- a/src/definitions/modules/modal.less +++ b/src/definitions/modules/modal.less @@ -42,7 +42,8 @@ user-select: text; } -.ui.modal > :first-child { +.ui.modal > :first-child:not(.icon), +.ui.modal > .icon:first-child + * { border-top-left-radius: @borderRadius; border-top-right-radius: @borderRadius; } @@ -92,6 +93,7 @@ font-size: @headerFontSize; font-weight: @headerFontWeight; + color: @headerColor; border-bottom: @headerBorder; } diff --git a/src/themes/packages/default/modules/modal.variables b/src/themes/packages/default/modules/modal.variables index 9b74c5fb5..9700131d4 100755 --- a/src/themes/packages/default/modules/modal.variables +++ b/src/themes/packages/default/modules/modal.variables @@ -23,7 +23,8 @@ /* Header */ @headerMargin: 0em; @headerPadding: 1.5rem 2rem; -@headerBackground: #FFFFFF; +@headerBackground: @lightBlack; +@headerColor: @white; @headerFontSize: 1.6em; @headerFontWeight: bold; @headerFontFamily: @headerFont;