Skip to content

Commit 97909a5

Browse files
authored
fix accent color realtime update; fix blur corner radius; fix label alignment in config (#297)
1 parent 3726b46 commit 97909a5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
5050
run: |
5151
brew update && brew upgrade || true
5252
brew install \
53-
nlohmann-json \
5453
extra-cmake-modules \
5554
librsvg \
5655
md5sha1sum

src/config/optionviews.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ struct GroupOptionView: OptionView {
518518
} else {
519519
// Otherwise, put the label in the left column and the
520520
// content in the right column.
521-
HStack(spacing: 16) {
521+
HStack(alignment: .firstTextBaseline, spacing: 16) {
522522
if subView is ExternalOptionView {
523523
Spacer().frame(maxWidth: .infinity) // Label is baked in button.
524524
} else {

0 commit comments

Comments
 (0)