mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-24 11:26:32 +02:00
adjust rating component to match theme sizes
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
.root.xs {
|
||||
--rating-size: var(--theme-font-size-xs) !important;
|
||||
}
|
||||
|
||||
.root.sm {
|
||||
--rating-size: var(--theme-font-size-sm) !important;
|
||||
}
|
||||
|
||||
.root.md {
|
||||
--rating-size: var(--theme-font-size-md) !important;
|
||||
}
|
||||
|
||||
.root.lg {
|
||||
--rating-size: var(--theme-font-size-lg) !important;
|
||||
}
|
||||
|
||||
.root.xl {
|
||||
--rating-size: var(--theme-font-size-xl) !important;
|
||||
}
|
||||
|
||||
.symbol-body {
|
||||
svg {
|
||||
stroke: alpha(var(--theme-colors-foreground), 0.7);
|
||||
|
||||
Reference in New Issue
Block a user