feat: SLA List Item component (#9135)

- Base settings list and list item components.
- SLA list item component.

Fixes: https://linear.app/chatwoot/issue/CW-3126/create-a-sla-list-item-component-with-the-new-design


Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Pranav <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2024-03-21 19:30:11 +05:30
committed by GitHub
parent 762a39330a
commit c51492c674
11 changed files with 227 additions and 8 deletions

View File

@@ -26,6 +26,11 @@ module.exports = {
'./app/views/**/*.html.erb',
],
theme: {
extend: {
fontFamily: {
inter: ['Inter', ...defaultTheme.fontFamily.sans],
},
},
fontSize: {
...defaultTheme.fontSize,
xxs: '0.625rem',