@@ -62,30 +62,30 @@ These custom properties control spacing, layout, typography, and animation behav
6262
6363### Layout
6464
65- | Property | Default | Description |
66- | :-------------------- | :-------------------------------- | :------------------------------ |
67- | ` --gtt-py ` | ` 0 ` | Vertical padding for the toast. |
68- | ` --gtt-px ` | ` 0.75em ` | Horizontal padding. |
69- | ` --gtt-bg ` | ` var( --gtt-default-bg) ` | Background color. |
70- | ` --gtt-border-color ` | ` var( --gtt-default-border-color) ` | Border color. |
71- | ` --gtt-border-width ` | ` 1px ` | Border width. |
72- | ` --gtt-border-style ` | ` solid ` | Border style. |
73- | ` --gtt-border-radius ` | ` 0.375rem ` | Border radius. |
65+ | Property | Default | Description |
66+ | :-------------------- | :----------------------------- | :------------------------------ |
67+ | ` --gtt-py ` | ` 0 ` | Vertical padding for the toast. |
68+ | ` --gtt-px ` | ` 0.75em ` | Horizontal padding. |
69+ | ` --gtt-bg ` | ` --gtt-color-<level>-lightest ` | Background color. |
70+ | ` --gtt-border-color ` | ` --gtt-color-<level>-lighter ` | Border color. |
71+ | ` --gtt-border-width ` | ` 1px ` | Border width. |
72+ | ` --gtt-border-style ` | ` solid ` | Border style. |
73+ | ` --gtt-border-radius ` | ` 0.375rem ` | Border radius. |
7474
7575### Typography
7676
7777| Property | Default | Description |
7878| :------------------ | :------------------------- | :----------- |
79- | ` --gtt-color ` | ` var( --gtt-default- color) ` | Text color. |
79+ | ` --gtt-color ` | ` --gtt-color-<level>-dark ` | Text color. |
8080| ` --gtt-font ` | ` inherit ` | Font family. |
8181| ` --gtt-font-size ` | ` 1rem ` | Font size. |
8282| ` --gtt-line-height ` | ` 1rem ` | Line height. |
8383
8484### Progress Bar
8585
86- | Property | Default | Description |
87- | :--------------------- | :---------------------------------- | :--------------------- |
88- | ` --gtt-progress-color ` | ` var( --gtt-default-progress-color) ` | Color of progress bar. |
86+ | Property | Default | Description |
87+ | :--------------------- | :-------------------------- | :--------------------- |
88+ | ` --gtt-progress-color ` | ` --gtt-color-<level>-light ` | Color of progress bar. |
8989
9090### Animation
9191
0 commit comments