mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-17 21:44:48 -04:00
Fixed: Match Filter Indicator to Theme Color
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.indicatorBackground {
|
||||
color: $themeRed;
|
||||
}
|
||||
|
||||
.indicatorContainer {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
||||
@@ -33,9 +33,8 @@ function PageMenuButton(props) {
|
||||
)}
|
||||
>
|
||||
<Icon
|
||||
className={styles.indicatorBackground}
|
||||
name={icons.CIRCLE}
|
||||
size={10}
|
||||
size={9}
|
||||
/>
|
||||
</span>
|
||||
}
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.indicatorBackground {
|
||||
color: $themeRed;
|
||||
}
|
||||
|
||||
.indicatorContainer {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
||||
@@ -34,9 +34,8 @@ function ToolbarMenuButton(props) {
|
||||
)}
|
||||
>
|
||||
<Icon
|
||||
className={styles.indicatorBackground}
|
||||
name={icons.CIRCLE}
|
||||
size={10}
|
||||
size={9}
|
||||
/>
|
||||
</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user