Skip to content

Commit

Permalink
chore: reset colors to use theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Jan 20, 2025
1 parent 2daf648 commit 9653336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/legal_holds_setting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const LegalHoldsSetting = () => {
<div
style={{
padding: '28px 32px',
border: '1px solid rgba(0, 0, 0, 0.08)',
background: '#ffffff',
border: '1px solid rgba(var(--sys-center-channel-color-rgb), 0.08)',
background: 'var(--sys-center-channel-bg)',
borderRadius: '4px',
boxShadow: '0 2px 3px rgba(0, 0, 0, 0.08)',
marginBottom: '24px',
Expand Down

0 comments on commit 9653336

Please sign in to comment.