Skip to content

Commit

Permalink
Feat: Drawer close button color
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasNorin committed Aug 17, 2023
1 parent 9965dbe commit 4fd1ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/php/Component/Drawer/drawer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
'data-simulate-click' => $simulateClickSelector
],
'classList' => [
'c-drawer__close'
'c-drawer__close',
's-drawer__close-button'
],
'size' => 'md',
'text' => $label,
Expand Down

0 comments on commit 4fd1ad4

Please sign in to comment.