Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
increase font size for Notification-type icon. Fixes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhathaway committed Jan 6, 2017
1 parent 50acd07 commit 8cd544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/View/Ui/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Notification extends React.Component<INotificationProps, any>
<div className="hard-left__left">
<div className="text--center push-zeta--top">
<Octicon name={getNotificationSubjectIcon(this.props.notification)}
className="notification-icon position--relative top--nu" />
className="notification-icon position--relative top--nu text--gamma" />
</div>
</div>
<div className="hard-left__content">
Expand Down

0 comments on commit 8cd544f

Please sign in to comment.