We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a71a commit efb8aefCopy full SHA for efb8aef
frontend/web/components/navigation/TabMenu/Tabs.tsx
@@ -170,7 +170,7 @@ const Tabs: React.FC<TabsProps> = ({
170
</div>
171
{overflow.length > 0 && !isMeasuring && (
172
<div
173
- className='d-flex align-items-center justify-content-center ms-2 flex-shrink-0'
+ className='d-flex align-items-center justify-content-center ms-2 flex-shrink-0 btn btn-secondary'
174
style={{
175
backgroundColor: 'var(--bs-light300)',
176
borderRadius: 6,
frontend/web/styles/components/_tabs.scss
@@ -151,6 +151,12 @@
151
display: block;
152
}
153
154
+.dark {
155
+ .btn-tab {
156
+ color: white !important;
157
+ }
158
+}
159
+
160
.btn-tab {
161
position: relative;
162
.unread {
0 commit comments