Change colour variable for export dialog subheading

pull/21833/head
Jaiwanth 2021-09-30 20:58:03 +05:30
parent 5eaf0e7e25
commit 1e90043eb3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ limitations under the License.
display: block;
font-family: $font-family;
font-weight: $font-semi-bold;
color: $accent-fg-color;
color: $primary-content;
margin-top: 18px;
margin-bottom: 12px;
}