mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Fixes component info font size (#9651)
This commit is contained in:
parent
b538bdaa06
commit
1163a372a6
6
.changeset/fluffy-shrimps-burn.md
Normal file
6
.changeset/fluffy-shrimps-burn.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/atoms": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fixes component info font size
|
@ -9,11 +9,15 @@
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
margin-bottom: var(--spacing-lg);
|
||||
color: var(--block-info-text-color);
|
||||
div > :global(.md.prose) {
|
||||
font-weight: var(--block-info-text-weight);
|
||||
font-size: var(--block-info-text-size);
|
||||
line-height: var(--line-sm);
|
||||
}
|
||||
div > :global(.md.prose *) {
|
||||
color: var(--block-info-text-color);
|
||||
}
|
||||
div {
|
||||
margin-bottom: var(--spacing-md);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user