@navikt/ds-css 5.6.1 → 5.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @navikt/ds-css
2
2
 
3
+ ## 5.6.3
4
+
5
+ ### Patch Changes
6
+
7
+ - :bug: Modal: Sett riktig tekstfarge ([#2340](https://github.com/navikt/aksel/pull/2340))
8
+
9
+ ## 5.6.2
10
+
3
11
  ## 5.6.1
4
12
 
5
13
  ## 5.6.0
@@ -1,7 +1,7 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Thu, 28 Sep 2023 13:50:45 GMT
4
+ * Generated on Thu, 05 Oct 2023 08:14:28 GMT
5
5
  */
6
6
  :root, :host {
7
7
  --a-spacing-05: 0.125rem;
@@ -162,7 +162,7 @@
162
162
  --a-font-line-height-heading-large: 2.25rem;
163
163
  --a-font-line-height-heading-xlarge: 2.5rem;
164
164
  --a-font-line-height-heading-2xlarge: 3.25rem;
165
- --a-font-family: "Source Sans Pro", Arial, sans-serif;
165
+ --a-font-family: 'Source Sans Pro', Arial, sans-serif;
166
166
  --a-breakpoint-xl-down: 1279px;
167
167
  --a-breakpoint-xl: 1280px;
168
168
  --a-breakpoint-lg-down: 1023px;
@@ -4385,6 +4385,7 @@ button.navds-internalheader__title:active,
4385
4385
  position: fixed;
4386
4386
  max-height: 100%;
4387
4387
  max-width: 100%;
4388
+ color: var(--a-text-default);
4388
4389
  }
4389
4390
  .navds-modal[open] {
4390
4391
  display: flex;