# Sendbird UiKIT

**URL:** https://community.sendbird.com/t/sendbird-uikit/1069
**Category:** iOS
**Tags:** ios
**Created:** [September 29, 2020, 1:29pm UTC](https://community.sendbird.com/t/sendbird-uikit/1069 "2020-09-29T13:29:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![chinnababu](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/chinnababu/32/533_2.png) [@chinnababu](https://community.sendbird.com/u/chinnababu)
#### Post date: [September 29, 2020, 1:29pm UTC](https://community.sendbird.com/t/sendbird-uikit/1069/1 "2020-09-29T13:29:59Z")

</div>

@Tez How to change the color of icons globally with uikit, I mean basically to white color

---

<div class="post-metadata">

### Author: ![Tez](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/tez/32/146_2.png) [@Tez](https://community.sendbird.com/u/Tez)
#### Post date: [October 5, 2020, 1:05am UTC](https://community.sendbird.com/t/sendbird-uikit/1069/2 "2020-10-05T01:05:43Z")

</div>

Hello @chinnababu.  
Sorry for the late reply because it is Korean Thanksgiving holiday. 🙏

UIKit does not provide a way to change all icon colors to specific colors.  
However, you can customize it with a few modifications.

1. Set up the colored image in `SBUIconSet` directly.
2. Set up the color in related of **IconTint** in `SBUTheme` directly.

If you set the two above, you can use the icons of the colors you want.
