mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
Add margin for icons
This commit is contained in:
parent
71833c629c
commit
5c8a612df1
|
@ -110,10 +110,10 @@ const Drawer: FunctionComponent<DrawerProps> = ({ title, children, onSave, edita
|
|||
<h2 className = "text-sm text-gray-800 font-semibold">{currentCardText}</h2>
|
||||
</div>
|
||||
<div>
|
||||
<button onClick={toggleFavorite} className="py-2 text-gray-500 hover:text-gray-800">
|
||||
<button onClick={toggleFavorite} className="py-2 text-gray-500 hover:text-gray-800 mr-2">
|
||||
{favoriteIcon}
|
||||
</button>
|
||||
<button onClick={toggleDrawerFullScreen} className="py-2 text-gray-500 hover:text-gray-800">
|
||||
<button onClick={toggleDrawerFullScreen} className="py-2 text-gray-500 hover:text-gray-800 mr-2">
|
||||
{iconComponent}
|
||||
</button>
|
||||
<button
|
||||
|
|
Loading…
Reference in New Issue
Block a user