fix: bubble UI issues (#10608)
This PR has fixes for the following issues - Inconsistent spacing between meta and text in text bubble - Activity bubble overflows for longer text (for now I have truncated it, I'll work with @absurdiya on a better solution) - Ugly lookinh gradient for expand button on email bubble - Email bubble overflow issues and text rendering issues - Alignment for error message - Minute-wise grouping not working - Link color should not be blue - Use `gray-3` for bubble background instead of `gray-4`
This commit is contained in:
@@ -44,7 +44,7 @@ const tailwindConfig = {
|
||||
typography: {
|
||||
email: {
|
||||
css: {
|
||||
color: 'rgb(var(--slate-11))',
|
||||
color: 'rgb(var(--slate-12))',
|
||||
lineHeight: '1.6',
|
||||
fontSize: '14px',
|
||||
'*': {
|
||||
@@ -129,16 +129,16 @@ const tailwindConfig = {
|
||||
th: {
|
||||
padding: '0.75em',
|
||||
color: 'rgb(var(--slate-12))',
|
||||
borderBottom: `1px solid rgb(var(--border-strong))`,
|
||||
border: `none`,
|
||||
textAlign: 'left',
|
||||
fontWeight: '600',
|
||||
},
|
||||
tr: {
|
||||
borderBottom: `1px solid rgb(var(--border-strong))`,
|
||||
border: `none`,
|
||||
},
|
||||
td: {
|
||||
padding: '0.75em',
|
||||
borderBottom: `1px solid rgb(var(--border-strong))`,
|
||||
border: `none`,
|
||||
},
|
||||
img: {
|
||||
maxWidth: '100%',
|
||||
|
||||
Reference in New Issue
Block a user