FAQs
General
What are the browsers supported?
Here is the current supported list.
When an Icon/SVG has a fill, should I add the icon color token anyway?
Yes, when component have a icon color token on figma, we should add it on the code ALWAYS, even if that specific icon/svg has a fill inside it. Why? For these reasons:
- for now it could have a fill, but on the next version of the icons it may not have
- it could have a fill for Betfair brand, but for SkyBet it may not have
What is the source of truth “Code” or “Figma”?
The source of truth should always be the Figma from now on.
How many brands and themes the Design System support?
At the moment, the DS supports 5 brands:
- Agnostic
- Betfair
- Paddy Power
- Sky
- Pokerstars
And 10 themes:
- Agnostic - Default
- Betfair - Sports Dark
- Betfair - Sports Light
- Paddy Power - Games Light (CPP Only)
- Paddy Power - Sports Light (CPP Only)
- SkyBet - Bingo Light (CPP Only)
- SkyBet - Casino Dark (CPP Only)
- SkyBet - Sports Dark
- SkyBet - Sports Light
- SkyBet - Vegas Light (CPP Only)
- Pokerstars - Sports Dark
Developers
Should I add/update web and native components?
Yes, always.
How does the app choose the theme (dark or light)? And what is the default theme?
The app applies the theme (dark or light) based on the user device preferred scheme colors. The default theme is Dark.
What is the process to update tokens?
You can check the tokens update process.
What is the process to update icons?
You can check the icons update process.