Skip to content

Commit

Permalink
feat: enhance border color
Browse files Browse the repository at this point in the history
  • Loading branch information
IronKinoko committed Dec 31, 2023
1 parent 0e12fa3 commit f49d96b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/novel-speech-synthesis/src/speech/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
right: 16px;
z-index: 999999999;
border-radius: 8px;
border: 1px solid #f5f5f5;
border: 1px solid #ddd;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);

* {
Expand All @@ -26,12 +26,13 @@
cursor: pointer;
}
.speech-controls-button + .speech-controls-button {
border-left: 1px solid #f5f5f5;
border-left: 1px solid #ddd;
}

.speech-controls-voice,
.speech-controls-rate {
width: 100%;
text-align: center;
}

.speech-controls-play {
Expand Down

0 comments on commit f49d96b

Please sign in to comment.