Skip to content

Commit a3945ec

Browse files
committed
Theme fix for WebPartTitle control
1 parent cc99972 commit a3945ec

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## 1.2.0
44

5+
**New controls**
6+
57
- Field controls are added to the project
68
- `IFrameDialog` was added to the project
79

10+
**Fixes**
11+
12+
- Fixed theming in the `WebPartTitle` control
13+
814
## 1.1.3
915

1016
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.

docs/documentation/docs/about/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
## 1.2.0
44

5+
**New controls**
6+
57
- Field controls are added to the project
68
- `IFrameDialog` was added to the project
79

10+
**Fixes**
11+
12+
- Fixed theming in the `WebPartTitle` control
13+
814
## 1.1.3
915

1016
- `FileTypeIcon` icon fixed. This control should now also work in SPFx extensions.

src/controls/webPartTitle/WebPartTitle.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
font-size: 24px;
33
font-weight: 100;
44
margin-bottom: 11px;
5+
color: "[theme:neutralPrimary, default: #333333]";
56

67
// Edit mode
78
textarea {

0 commit comments

Comments
 (0)