Skip to content

Commit

Permalink
fix(ui): sync button background with panel background
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 20, 2023
1 parent f7d1f83 commit f556dfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

- (Rust): Highlight variables as `text` instead of `peach`
- (Editor): Highlight first row of code completion popup
- (UI): Sync button background with panel background

### Security

Expand Down
5 changes: 3 additions & 2 deletions generateFlavours/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,22 @@ Object.entries(variants).forEach(([key, value]) => {
},
},
Button: {
background: "mantle",
foreground: "primaryForeground",
startBorderColor: "secondaryBackground",
endBorderColor: "secondaryBackground",
startBackground: "secondaryBackground",
endBackground: "secondaryBackground",
focusedBorderColor: "secondaryBackground",
disabledBorderColor: "primaryBackground",
disabledBorderColor: "secondaryBackground",
default: {
foreground: "surface1",
startBackground: "accentColor",
endBackground: "accentColor",
startBorderColor: "accentColor",
endBorderColor: "accentColor",
focusColor: "accentColor",
focusedBorderColor: "surface1",
focusedBorderColor: "accentColor",
},
},
Counter: {
Expand Down

0 comments on commit f556dfa

Please sign in to comment.