Skip to content
Snippets Groups Projects
Unverified Commit abc61342 authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

Smaller header icons inside the room (#499)

parent 158df06d
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,9 @@ const prefix = isIOS ? 'ios' : 'md'; ...@@ -6,9 +6,9 @@ const prefix = isIOS ? 'ios' : 'md';
// icon name from provider: [ size of the uri, icon provider, name to be used later ] // icon name from provider: [ size of the uri, icon provider, name to be used later ]
const icons = { const icons = {
[`${ prefix }-star`]: [30, Ionicons, 'star'], [`${ prefix }-star`]: [25, Ionicons, 'star'],
[`${ prefix }-star-outline`]: [30, Ionicons, 'starOutline'], [`${ prefix }-star-outline`]: [25, Ionicons, 'starOutline'],
[`${ prefix }-more`]: [30, Ionicons, 'more'], [`${ prefix }-more`]: [25, Ionicons, 'more'],
[isIOS ? 'ios-create' : 'md-create']: [30, Ionicons, 'create'], [isIOS ? 'ios-create' : 'md-create']: [30, Ionicons, 'create'],
[`${ prefix }-close`]: [30, Ionicons, 'close'] [`${ prefix }-close`]: [30, Ionicons, 'close']
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment