Skip to content

Commit

Permalink
Reorder palette declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 authored Jan 14, 2025
1 parent 6ba1b32 commit 1441a5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotcom-rendering/src/paletteDeclarations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6773,6 +6773,10 @@ const paletteColours = {
light: pillBackground,
dark: pillBackground,
},
'--pill-bullet': {
light: pillLiveBullet,
dark: pillLiveBullet,
},
'--pill-divider': {
light: pillDivider,
dark: pillDivider,
Expand All @@ -6781,10 +6785,6 @@ const paletteColours = {
light: pillText,
dark: pillText,
},
'--pill-bullet': {
light: pillLiveBullet,
dark: pillLiveBullet,
},
'--pinned-post-background': {
light: liveBlockContainerBackgroundLight,
dark: liveBlockContainerBackgroundDark,
Expand Down

0 comments on commit 1441a5a

Please sign in to comment.