Skip to content

Commit

Permalink
feat: improve UI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 15, 2024
1 parent 191249d commit 0249b9f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,15 @@ input[type='checkbox'] {
.mat-mdc-tab:not(.mdc-tab--stacked) {
@apply h-9 !important;
}

gn-ui-copy-text-button div input {
@apply bg-white rounded-l !important;
}

gn-ui-copy-text-button div button {
@apply rounded-r !important;
}

gn-ui-copy-text-button div textarea {
@apply bg-white rounded-l !important;
}

0 comments on commit 0249b9f

Please sign in to comment.