File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
ux.symfony.com/assets/styles/components Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 176176 padding : 0.35rem 0.5rem ;
177177 border-radius : .5rem ;
178178 border : 1px solid var (--bs-dark-border-subtle );
179- background : var (--bs-secondary-bg-subtle );
179+ background : var (--bs-secondary-bg );
180180 overflow : hidden ;
181181 position : relative ;
182182 opacity : .8 ;
212212}
213213
214214.IconModal__code span {
215- color : lightskyblue ;
215+ color : var ( --bs-code-color ) ;
216216}
217217
218218.IconModal__copy {
238238.IconModal__main h3 :first-child {
239239 padding-top : 0 ;
240240}
241-
Original file line number Diff line number Diff line change 3030 transition : background-color 150ms ease-in-out ;
3131}
3232.TabControl.active {
33- background : var (--bs-secondary -bg );
33+ background : var (--bs-tertiary -bg );
3434}
3535
3636.TabPanel {
You can’t perform that action at this time.
0 commit comments