Skip to content

Commit

Permalink
Refactor #352 - For Terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 8, 2024
1 parent a936762 commit d9dfc9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles/primevue/terminal.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.p-terminal {
@apply h-72 overflow-auto px-3 py-2 rounded-md
border border-surface-300 dark:border-surface-700
border border-surface-300 dark:border-surface-700
bg-surface-0 dark:bg-surface-950
text-surface-700 dark:text-surface-0
}
Expand All @@ -14,9 +14,9 @@
}

.p-terminal-prompt-label {
@apply mr-1
@apply me-1
}

.p-terminal-input::-ms-clear {
@apply hidden
}
}

0 comments on commit d9dfc9f

Please sign in to comment.