Skip to content

Commit

Permalink
Fix idgham ghunna color and label
Browse files Browse the repository at this point in the history
  • Loading branch information
Meezaan-ud-Din Abdu Dhil-Jalali Wal-Ikram / مِيزَانُ الْدِّينْ عَبْدُ ذِيْ الْجَلَالِ وَ الْإِكْرَامِ authored Nov 21, 2019
1 parent 8ff87dd commit b75676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AlQuranCloud/Tools/Parser/Tajweed.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ private function createMetaData()
],
self::IDGHAM_GHUNNAH => [
'identifier' => '[a',
'type' => 'idgham-without-ghunnah',
'type' => 'idgham-with-ghunnah',
'description' => 'Idgham - With Ghunnah',
'default_css_class' => 'idgh_ghn',
'html_color' => '#169200'
'html_color' => '#169777'
],
self::IDGHAM_NO_GHUNNAH => [
'identifier' => '[u',
Expand Down

0 comments on commit b75676a

Please sign in to comment.